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 skills add alpacahq/alpaca-skills --skill account-onboardinggit clone --depth 1 https://github.com/alpacahq/alpaca-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/alpacahq/alpaca-skills/account-onboarding)<a href="https://agentmods.dev/skills/alpacahq/alpaca-skills/account-onboarding"><img src="https://agentmods.dev/badge/skills/alpacahq/alpaca-skills/account-onboarding/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/alpacahq/alpaca-skills/account-onboarding"><img src="https://agentmods.dev/badge/skills/alpacahq/alpaca-skills/account-onboarding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.1 | $0.00076 | $0.02394 |
| Opus 5 | $0.00038 | $0.01197 |
| Sonnet 5 | $0.00015 | $0.00479 |
| Haiku 4.5 | $0.00008 | $0.00239 |
Grade A, and why
alpaca-broker-account-onboarding 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 13d 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 — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Alpaca Broker API — Account Onboarding & KYC
Create and manage end-user brokerage accounts under your firm. This is the first step of any Broker API integration: no funding, journaling, or trading can happen until an account reaches ACTIVE.
Read
alpaca-broker-integrationfirst for base URLs, auth, and conventions. This skill assumes Broker API + HTTP Basic auth.
Reference
- Guide:
https://docs.alpaca.markets/docs/getting-started-with-broker-api,https://docs.alpaca.markets/docs/accounts - API ref:
https://docs.alpaca.markets/reference/createaccount - Live schema:
alpaca-docsMCP →get-endpointtitle"Broker API"path/v1/accounts
1. Endpoints
| Method | Path | Purpose |
|---|---|---|
| POST | /v1/accounts |
Create account (submit application) |
| GET | /v1/accounts |
List/query accounts (returns up to 1000) |
| GET | /v1/accounts/{account_id} |
Get one account (AccountExtended) |
| PATCH | /v1/accounts/{account_id} |
Update account |
| POST | /v1/accounts/{account_id}/actions/close |
Close account (returns 204) |
| POST | /v1/accounts/{account_id}/documents/upload |
Upload owner/KYC documents (array body) |
| GET | /v1/accounts/{account_id}/documents |
List uploaded documents |
| POST / GET | /v1/accounts/{account_id}/cip |
Submit / retrieve CIP results |
| GET | /v1/country-info |
Supported-country data |
| GET | /v1/events/accounts/status |
SSE stream of account-status changes → see alpaca-broker-sse-events |
2. Create-account request (POST /v1/accounts)
Four objects are required: contact, identity, disclosures, agreements. documents and trusted_contact are optional but usually needed for KYC.
{
"contact": {
"email_address": "[email protected]",
"phone_number": "+15555555555",
"street_address": ["20 N San Mateo Dr"],
"city": "San Mateo",
"state": "CA", // required if country / country_of_tax_residence is USA
"postal_code": "94401",
"country": "USA" // ISO 3166-1 alpha-3
},
"identity": {
"given_name": "Jane",
"family_name": "Doe",
"date_of_birth": "1990-01-01",
"tax_id_type": "USA_SSN", // see enum below
"tax_id": "666-55-4321",
"country_of_tax_residence": "USA",
"funding_source": ["employment_income"]
},
"disclosures": {
"is_control_person": false,
"is_affiliated_exchange_or_finra": false,
"is_politically_exposed": false,
"immediate_family_exposed": false
},
"agreements": [
{ "agreement": "customer_agreement", "signed_at": "2026-01-02T18:09:33Z", "ip_address": "185.13.21.99" }
],
"documents": [ /* OwnerDocumentUploadRequest[] — see §4 */ ],
"trusted_contact": { "given_name": "Jim", "family_name": "Doe", "email_address": "[email protected]" }
}
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 13d ago First seen · 135 lines · 76 tokens per session scan A c5f698641469
alpaca-broker-account-onboarding is a skill published in the GitHub repository alpacahq/alpaca-skills (147 stars, last pushed 4d ago), licensed Apache-2.0. It adds 76 tokens to every session and 2,394 once invoked, about $0.0004 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-30.
Other skills, from other repositories
kyc-doc-parse
Parse an investor or client onboarding packet into structured KYC fields — identity, ownership, control, source of funds, and document inventory. Use as the first step of KYC screening; output feeds the rules engine.
audit-support
Support SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.
aws-cost-cleanup
Automated cleanup of unused AWS resources to reduce costs.
akf-trust-metadata
The AI native file format. EXIF for AI — stamps every file with trust scores, source provenance, and compliance metadata. Embeds into 20+ formats (DOCX, PDF, images, code). EU AI Act, SOX, HIPAA auditing.
fiscaliste
Fiscaliste IA pour la fiscalité personnelle des particuliers français : optimisation et déclaration de l'impôt sur le revenu, IFI, revenus du capital, revenus fonciers, equity salarial, crypto-actifs et PER. Couvre le calcul de l'IR (barème, quotient familial, décote, PAS, CEHR, revenus exceptionnels), la déclaration…
defi-protocol-templates
Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and lending systems. Use when building decentralized finance applications or smart contract protocols.