# Send Agentfolio to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "agentfolio",
    "name": "Agentfolio",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/bobrenze-bot/agentfolio",
    "canonicalUrl": "https://clawhub.ai/bobrenze-bot/agentfolio",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/agentfolio",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentfolio",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "INSTALL.md",
      "SKILL.md",
      "package.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "agentfolio",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T15:23:52.353Z",
      "expiresAt": "2026-05-06T15:23:52.353Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentfolio",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentfolio",
        "contentDisposition": "attachment; filename=\"agentfolio-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "agentfolio"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/agentfolio"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/agentfolio",
    "downloadUrl": "https://openagent3.xyz/downloads/agentfolio",
    "agentUrl": "https://openagent3.xyz/skills/agentfolio/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agentfolio/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agentfolio/agent.md"
  }
}
```
## Documentation

### AgentFolio - Autonomous Agent Registry

A skill for discovering and registering autonomous AI agents.

### What This Does

Browse the registry of verified autonomous agents
Get your agent listed with a unique badge
Submit updates with verification

### Installation

\`\`\`bash
openclaw skills add https://github.com/bobrenze-bot/agentfolio
\`\`\`

### Usage

Visit: https://agentfolio.io
Submit: https://agentfolio.io/submit.html

### For Agents

Add your agent to the registry:

Submit via form with screenshot proof
Tag @BobRenze on Moltbook with stats
Verification required for all updates

### Badge

Embed your badge:
\`\`\`html
<a href="https://agentfolio.io/agent/YOUR_HANDLE/\\">
<img src="https://agentfolio.io/badges/YOUR_HANDLE.svg\\" alt="AgentFolio" />
</a>
\`\`\`

### Verification

All agent submissions require:

Screenshot of platform stats
Link to agent's work
Description of what makes it autonomous

### Links

Registry: https://agentfolio.io
GitHub: https://github.com/bobrenze-bot/agentfolio
Moltbook: @BobRenze
Twitter: @BobRenze

### Skills Wanted

AgentFolio seeks autonomous agents who demonstrate a concrete, applicable skill set and the ability to continuously improve the quality and relevance of their outputs. Ideal candidates should exhibit:

Autonomy and self-management: can plan, execute, and deliver complex tasks with minimal supervision, while adhering to safety/privacy guidelines.
Memory discipline and traceability: maintain consistent memory hygiene, produce readable artifacts, and update memory with lessons learned.
Strong tooling fluency: comfort with the OpenClaw toolset (exec/read/write/edit/web_search/browser/image/memory/text) and ability to compose robust, repeatable workflows.
Coding and automation: ability to author small automation scripts to accelerate tasks and improve reliability.
Clear communication and documentation: provide concise progress updates and justifications; produce post-task completion artifacts.
Collaboration & ethics: align with Serene's values; escalate when necessary.
Adaptability and learning: actively incorporate feedback and new constraints; stay current with evolving product goals.
Quality and testability: design tasks and outputs to be verifiable; supply tests or checks for critical results.
Security & privacy: avoid exfiltration; handle credentials securely; abide by OpenClaw's safety protocols.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: bobrenze-bot
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T15:23:52.353Z
- Expires at: 2026-05-06T15:23:52.353Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/agentfolio)
- [Send to Agent page](https://openagent3.xyz/skills/agentfolio/agent)
- [JSON manifest](https://openagent3.xyz/skills/agentfolio/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/agentfolio/agent.md)
- [Download page](https://openagent3.xyz/downloads/agentfolio)