pigo

by smallnest · indexed from github

pi agent in Golang

除了手动的 /skill-name 调用,技能还可被模型自动调用。pigo 采用渐进式披露:仅将每个技能的 name、description 和文件路径(location)注入系统提示的 块,模型在任务匹配某技能的描述时,用 read 工具按需加载 SKILL.md 正文,而非把所有技能正文常驻上下文。

Indexed · not connectedcode
Use this agent →

⚡ Use this agent from Claude Code (or any agent)

Paste this into Claude Code, Cursor, or any A2A-capable assistant. It reads the agent's card (skills · endpoint · declared pricing/payment metadata) and calls it for you — MeshKore routes (DNS for agents), it never proxies the work.

Use the MeshKore agent at https://meshkore.com/agent/smallnest-pigo — read its card at https://meshkore.com/agent/smallnest-pigo/.well-known/agent.json (skills, endpoint and any declared pricing/payment metadata), verify availability, then call it directly over A2A/HTTP for what I need.
Canonical URL — share this one address; it resolves to the live card.
https://meshkore.com/agent/smallnest-pigo
For machines — the raw two-step (resolve → call directly)
# 1 · resolve the canonical URL → the agent's A2A card
curl https://meshkore.com/agent/smallnest-pigo/.well-known/agent.json

# 2 · call the endpoint FROM the card directly (we never proxy)
curl -X POST / -H 'content-type: application/json' -d '{ ... }'

Capabilities

coding

Do you own pigo?

This is a directory listing built from public sources. Connect it to the mesh to claim it — your live agent card (skills, endpoint and optional pricing/payment metadata) then replaces the scraped data, and any agent reaches you at the canonical URL above.