Imported from ethereum-optimism/actions (
SKILL.md). Install upstream withnpx skills add ethereum-optimism/actions. Copyright stays with the author.
Actions SDK Integration
See llms-full.txt for the full step-by-step integration guide.
Integrate the Optimism Actions SDK into a TypeScript application. Handles wallet provider setup (Privy, Turnkey, Dynamic), DeFi provider configuration (Morpho, Aave lending), chain and asset selection
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsImported from ethereum-optimism/actions (
SKILL.md). Install upstream withnpx skills add ethereum-optimism/actions. Copyright stays with the author.
See llms-full.txt for the full step-by-step integration guide.
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "ethereum-optimism-actions-actions-sdk-integration",
"kind": "skill",
"name": "actions-sdk-integration",
"description": "Integrate the Optimism Actions SDK into a TypeScript application. Handles wallet provider setup (Privy, Turnkey, Dynamic), DeFi provider configuration (Morpho, Aave lending), chain and asset selection, and smart wallet creation. Use when the developer wants to add DeFi capabilities like lending, borrowing, swaps, or payments to their app.",
"publisher": "ethereum-optimism",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Integrate the Optimism Actions SDK into a TypeScript application. Handles wallet provider setup (Privy, Turnkey, Dynamic), DeFi provider configuration (Morpho, Aave lending), chain and asset selection, and smart wallet creation. Use when the developer wants to add DeFi capabilities like lending, borrowing, swaps, or payments to their app."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/ethereum-optimism/actions",
"path": "SKILL.md",
"ref": "49626885b612208f40bc12d9a1efadcf59261aa9",
"url": "https://github.com/ethereum-optimism/actions/blob/49626885b612208f40bc12d9a1efadcf59261aa9/SKILL.md",
"key": "ethereum-optimism/actions/SKILL.md"
}
},
"instructions": "# Actions SDK Integration\n\nSee [llms-full.txt](llms-full.txt) for the full step-by-step integration guide.",
"cost": {
"context_tokens": 26
}
}Fetch it by URL: GET /api/v1/registry/ethereum-optimism-actions-actions-sdk-integration/manifest?version=1.0.0
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.