com um clique
audit-intelligence
// Query Solodit audit knowledge to review smart contracts with evidence-backed findings, severity summaries, and remediation guidance. Use for contract audit prep, vulnerability triage, and secure coding reviews.
// Query Solodit audit knowledge to review smart contracts with evidence-backed findings, severity summaries, and remediation guidance. Use for contract audit prep, vulnerability triage, and secure coding reviews.
Context-aware caption translation skill for SRT/VTT/ASS with bilingual output and optional Gemini CLI fallback.
CRITICAL: Skill composition engine for automatic workflow generation from skill metadata. Triggers: compose skills, orchestrate, workflow, combine skills, skill pipeline, multi-skill, 技能组合, 工作流编排, 技能发现, 自动编排, skill discovery, semantic matching, StateGraph generation
Intelligent content optimization framework for preparing data and content for AI/ML training pipelines with quality analysis, dataset optimization, and hyperparameter suggestions.
CRITICAL: Multi-agent consensus engine for parallel LLM analysis, cross-validation, and collective decision-making. Triggers: consensus, multi-agent, voting, cross-validate, hallucination reduction, 多模型共识, 交叉验证, 集体决策
CRITICAL: You are an expert in multi-agent negotiation, game theory, and automated settlement protocols. Use this skill for designing and implementing agent-to-agent negotiation workflows with x402 payment settlement. Triggers on: negotiation, bargaining, agent trade, service agreement, SLA, price negotiation, x402 settlement, agent economy, "agents negotiate", "how do agents negotiate prices", "implement agent bargaining", "multi-round negotiation", "automated deal-making", "自动谈判", "智能体协商", "服务协议", "价格谈判", "多轮协商", "agent 经济"
Stable structured JSON output for agents using strict schemas. Use when you need deterministic JSON responses, schema validation, or streaming JSON object assembly (generateObject/streamObject-style) with retry-and-repair loops.
| name | audit-intelligence |
| description | Query Solodit audit knowledge to review smart contracts with evidence-backed findings, severity summaries, and remediation guidance. Use for contract audit prep, vulnerability triage, and secure coding reviews. |
| version | 1.0.0 |
| author | Community Contributor |
| tags | ["web3","security","audit","solodit"] |
Use Solodit findings as a structured knowledge layer for smart contract auditing.
from spoon_ai.agents import SpoonReactSkill
agent = SpoonReactSkill(
name="audit_agent",
skill_paths=["./web3-data-intelligence"],
scripts_enabled=True
)
await agent.activate_skill("audit-intelligence")
result = await agent.run("Find recent HIGH reentrancy audit findings and summarize mitigations")
print(result)
| Script | Purpose |
|---|---|
| solodit_client.py | Shared Solodit API client and schema normalization |
| solodit_search.py | Query findings by keyword/severity |
| solodit_contract_findings.py | Aggregate findings for a project or contract |
| audit_pattern_matcher.py | Pattern match Solidity snippets + fetch similar findings |
| Variable | Required | Description |
|---|---|---|
SOLODIT_API_KEY | Yes | Solodit API key |
SOLODIT_API_BASE | No | API base URL. Default: https://api.solodit.xyz/v1 |
SOLODIT_TIMEOUT_SECONDS | No | Request timeout seconds. Default: 20 |