Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/luabagg/agent-skills/agentfolio-operatornpx skills add luabagg/agent-skills --skill agentfolio-operatorgit clone --depth 1 https://github.com/luabagg/agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/luabagg/agent-skills/agentfolio-operator)<a href="https://agentmods.dev/skills/luabagg/agent-skills/agentfolio-operator"><img src="https://agentmods.dev/badge/skills/luabagg/agent-skills/agentfolio-operator.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00033 | $0.00649 |
| Opus 5 | $0.00016 | $0.00324 |
| Sonnet 5 | $0.00007 | $0.00130 |
| Haiku 4.5 | $0.00003 | $0.00065 |
Grade A, and why
agentfolio-operator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agentfolio Operator
Agentfolio orchestrates collection.yaml; this repository's adapter owns harness behavior. Never hand-edit live harness configuration when a declared action exists.
Start with the collection
Run these commands from the collection checkout (or set AGENTFOLIO_COLLECTION):
agentfolio doctor --collection .
agentfolio list harnesses --collection .
agentfolio plan --collection .
Agentfolio also discovers the nearest collection.yaml or uses AGENTFOLIO_COLLECTION.
Profiles
| Intent | Profile |
|---|---|
| Personal + curated skills and global instructions | default |
| Personal skills only | skills |
| Personal skills plus Pi configuration | pi |
| Committed Pi model lock, Scope, and providers only | pi-catalog |
| Personal skills plus Cursor agents | cursor |
| Personal skills plus OpenCode plugins and agents | opencode |
| Personal skills plus global, Pi, Cursor, and OpenCode | all |
Preview before applying:
agentfolio plan --profile pi
agentfolio apply --profile pi --dry-run
agentfolio apply --profile pi-catalog --dry-run
agentfolio apply --profile pi
Collection-owned model commands
Model discovery and generated catalog files are implemented by agent-skills, not Agentfolio core:
agent-skills models check
agent-skills models diff
agent-skills models refresh
Edit harnesses/catalog.yaml; generated lock/provider targets are outputs. Run models check, preview with models diff, and use models refresh only when the policy and discovery results are ready to commit. Apply Pi changes through agentfolio apply --profile pi --dry-run.
Decision rules
- Change workflow intent in
collection.yaml; change execution semantics inscripts/agentfolio-adapter.mjsor the relevant setup script. - Use
agentfolio list harnesses,plan,doctor, andverifyfor inspection. - Treat direct
agent-skills setup|installcommands as adapter implementations or debugging surfaces. - Keep credentials outside the collection. Never copy OAuth tokens, API keys, or login state.
- Dry-run first unless the user explicitly requests an immediate apply.
- Stop on the first failed action and preserve unmanaged user configuration.
- Restart a harness when its extensions or providers changed.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 68 lines · 33 tokens per session scan A 347c01598713
agentfolio-operator is a skill published in the GitHub repository luabagg/agent-skills (2 stars, last pushed 4d ago), licensed MIT. It adds 33 tokens to every session and 649 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
foblex-flow
Authoritative guide for working with Foblex Flow (@foblex/flow) in the skill-map UI. Use whenever editing Angular code in ui/ that touches graph rendering — templates with f-flow / f-canvas / f-connection / fNode / fConnector / fDraggable / fZoom / fMarker directives; TypeScript importing from @foblex/flow…
content-editor
Writes and edits the portfolio's pages. Reads a brief, follows the style guide, and emits the HTML into public/.
notion-publish
Mirrors the portfolio's pages into Notion after publishing, creating one Notion page per site page via the Notion MCP. Use it from /publish, or when the user asks to sync the site to Notion.
check-links
Validates the portfolio's internal links before publishing. Walks every generated page and reports any link whose target is missing.
publish
Publishes the portfolio: runs the link check, hands off to the content editor for any last fixes, then follows the deploy runbook.
master-skill
Example skill paired with the master-agent for the advanced tutorial. Links to the agent so extractors and analyzers have something to chew on.