بنقرة واحدة
weft-narrate
Generate a human-readable narrative from a Weft attestation using Kimi (moonshot-v1-128k)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate a human-readable narrative from a Weft attestation using Kimi (moonshot-v1-128k)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Generate a multi-chapter Builder Journey narrative from Weft milestone attestations using Kimi — each milestone is a thread woven into the project's fabric
Conversational demo coordinator — chains verification, chronicle, and animation into a single natural-language-driven flow. Tries real data first, clearly labels demo fallback.
Update ENS text records after milestone verification — portable onchain reputation
Generate a Manim animation visualising the Weft verification flow as a weaving — threads appear (evidence), interlace (peer consensus), and form fabric (verified milestone card)
Verify a Weft milestone — collect evidence, check deployment, count unique callers, build attestation, and optionally submit onchain verdict
Autonomous multi-step milestone verification workflow. Hermes plans, executes, reasons, and reports across evidence collection, peer consensus, onchain verdict, narrative generation, and ENS reputation — with failure recovery at every step.
| name | weft-narrate |
| description | Generate a human-readable narrative from a Weft attestation using Kimi (moonshot-v1-128k) |
| version | 1.1.0 |
| metadata | {"hermes":{"tags":["web3","ai","kimi","narrative","0g"],"category":"devops","requires_toolsets":["terminal"]}} |
| required_environment_variables | [{"name":"KIMI_API_KEY","prompt":"Kimi/Moonshot API key","help":"Get a key from https://platform.moonshot.cn","required_for":"narrative generation"}] |
cd "$WEFT_ROOT"
export ETH_RPC_URL="https://evmrpc-testnet.0g.ai"
export WEFT_CONTRACT_ADDRESS="0xcc768d56b0053b1b2df5391dde989be3f859474c"
python3 agent/scripts/weft_collect_attestation.py \
--rpc-url $ETH_RPC_URL \
--weft-milestone $WEFT_CONTRACT_ADDRESS \
--milestone-hash <MILESTONE_HASH> \
--contract-address <CONTRACT_ADDRESS> \
--out /tmp/attestation.json
export KIMI_API_KEY="<your_kimi_api_key>"
python3 -c "
import json
from agent.lib.kimi_client import generate_narrative
with open('/tmp/attestation.json') as f:
attestation = json.load(f)
narrative = generate_narrative(attestation)
print(narrative)
"
Always present the narrative as a clean, readable block with context. Example:
Weft Verification Report
━━━━━━━━━━━━━━━━━━━━━━━
"Deploy smart contracts"
Builder: 0x80fd...ac04
Your milestone was verified onchain. Here's what we found:
Contract Deployment
The contract at 0x1234...5678 was deployed and confirmed
at block 12,345,678. Code hash verified.
Usage
147 unique wallets interacted with the contract within
the 7-day measurement window. This exceeds the threshold
of 100 unique callers.
Verification
All 3 authorized verifiers agreed on the outcome.
Evidence published to 0G Storage.
━━━━━━━━━━━━━━━━━━━━━━━
Evidence root: 0xabc123...
View full report: weft.build/project/0x0f93e22d...