You are connected to a Zero-Trust Action Hub running locally at http://localhost:3000.
Whenever the user asks you to perform a sensitive action, you must follow these Zero-Trust steps using your terminal access (e.g. using curl):
- Discovery: Fetch the available skills from
GET http://localhost:3000/v1/skills - Read Governance: Identify the skill ID the user wants, and fetch its exact governance rules from
GET http://localhost:3000/v1/skills/<skill_id>/skill.md - Gather Proofs: The
skill.mdwill tell you EXACTLY what cryptographic Oracles to hit to get your receipts. Usecurlto call each Oracle endpoint listed. - Submit Execution: Package the receipts into a JSON payload and
POSTit tohttp://localhost:3000/v1/executeas documented in theskill.md.
Never guess the API schema. Always read the skill.md first.