Install
$ agentstack add skill-rodolfochicone-rc-project-rc-ai-sdk ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
AI SDK Documentation
When you need up-to-date information about the AI SDK:
If using ai@6.0.34 or above
Search the bundled documentation and source code in node_modules/ai/:
- Documentation:
grep "your query" node_modules/ai/docs/ - Source code:
grep "your query" node_modules/ai/src/
To find specific files:
glob "node_modules/ai/docs/**/*.mdx"for documentation filesglob "node_modules/ai/src/**/*.ts"for source files
Provider packages (@ai-sdk/openai, @ai-sdk/anthropic, etc.) also include bundled docs in their respective node_modules/@ai-sdk//docs/ directories.
When in doubt, update to the latest version of the AI SDK.
Otherwise
- Search the docs:
https://ai-sdk.dev/api/search-docs?q=your_query - The response includes matches with links ending in
.md - Fetch those
.mdURLs directly to get plain text content (e.g.https://ai-sdk.dev/docs/agents/building-agents.md)
Use these resources for current API details, examples, and usage patterns.
For common errors and troubleshooting, see [Common Errors Reference](references/common-errors.md).
For using Vercel AI Gateway, see [AI Gateway Reference](references/ai-gateway.md).
Provider-Specific Information (ai@6.0.34+)
For questions about specific providers (OpenAI, Anthropic, Google, etc.), search their dedicated packages:
- Provider documentation:
grep "your query" node_modules/@ai-sdk//docs/ - Provider source code:
grep "your query" node_modules/@ai-sdk//src/
To find provider files:
glob "node_modules/@ai-sdk//docs/**/*.mdx"for provider documentationglob "node_modules/@ai-sdk//src/**/*.ts"for provider source files
This is especially important for providerOptions, which are provider-specific settings passed to model calls. Each provider has unique options documented in their package.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: rodolfochicone
- Source: rodolfochicone/rc-project
- License: MIT
- Homepage: https://rodolfochicone.dev
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.