← 返回 Skills 市场
4917
总下载
0
收藏
22
当前安装
10
版本数
在 OpenClaw 中安装
/install autonomous-agent
功能描述
CornerStone MCP x402 skill for agents. Tools for stock predictions, backtests, bank linking, and agent/borrower scores. Payment-protected MCP tools (run_prediction, run_backtest, link_bank_account, get_agent_reputation_score, get_borrower_score, by-email variants) with x402 flow (Aptos + Base). Skill handles 402 → pay → retry. Wallet attestation for onboarding. For marketplaces where agents download and use skills autonomously.
安全使用建议
Install only if you intend to give an agent a separate, minimally funded wallet for automatic x402 payments. Do not point it at personal or high-value wallets; prefer testnet or capped balances. Review or remove the transfer, swap, and contract helpers if you only need MCP payments, and ignore/remove the bundled Moltbook skill unless you separately want autonomous social posting and messaging. Require human approval for any fund movement, token approval, contract write, bank-linking, email score lookup, or outbound social communication.
功能分析
Type: OpenClaw Skill
Name: autonomous-agent
Version: 2.1.1
The skill bundle is classified as suspicious due to its inherent high-risk capabilities, including autonomous transaction signing and interaction with multiple external blockchain-related services. The `src/agent/tools/localTools.js` and `src/lib/wallet.js` files handle the generation and local storage of private keys with `chmod 0o600`, which are then used by `src/lib/aptos/signPayment.js` and `src/lib/evm/signPayment.js` to sign transactions for payment to `https://x402-navy.vercel.app/facilitator` (configured in `src/run-agent.js`). While these actions are central to the skill's stated purpose of enabling x402-paid MCP tools via `https://arnstein.ch`, the significant financial autonomy granted to the agent, coupled with the potential for prompt injection to manipulate tool arguments or payment objectives, presents a notable risk. Additionally, the nested Moltbook skill (`.moltbot/skills/moltbook/HEARTBEAT.md`) includes a self-update mechanism via `curl` from `https://www.moltbook.com`, which could pose a supply chain risk if the update source were compromised.
能力评估
Purpose & Capability
The declared purpose is an x402-paid MCP agent for predictions, backtests, bank linking, and scores, and that core behavior is coherent. The artifact also includes generic transfer, swap, and arbitrary EVM contract-call CLIs, plus a bundled Moltbook social-network skill, which materially expands beyond the stated purpose.
Instruction Scope
Automatic small x402 payments are clearly described, but fund-moving CLIs support non-interactive execution and arbitrary recipients/contracts. The nested Moltbook heartbeat instructs periodic feed checks, posting, commenting, DMs, and update fetching, none of which are scoped to the financial MCP skill.
Install Mechanism
The npm package has no evident postinstall execution, but it ships a hidden .moltbot/skills/moltbook directory with separate skill instructions and curl-based self-update guidance. The CLI router also exposes high-impact subcommands from the installed package.
Credentials
Node/npm, network access, LLM API keys, MCP/facilitator access, and local wallets fit the x402 use case. Access to Odos, arbitrary EVM contracts, GitHub update checks, and Moltbook social APIs is broader than needed for the advertised MCP payment tools.
Persistence & Privilege
The skill stores raw Aptos and EVM private keys in local JSON files with chmod 600 and can sign/settle payments automatically. That is disclosed for x402 payments, but there is no encryption, OS keychain use, spending cap, or strong separation from the broader transfer/swap/contract CLIs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install autonomous-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/autonomous-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.1
- Improved and clarified documentation on wallet management, funding, and prerequisites for all tools.
- Added detailed quick-start workflow and decision trees for common agent operations.
- Explicit step-by-step tool reference for wallet, balance, and paid MCP actions.
- Enhanced error handling documentation, including typical error patterns and recovery steps.
- Now explicitly supports both Aptos and EVM chains for payment, with automatic 402-payment flow and transparent retry.
v2.1.0
Major Update
- aligns skills with actual MCP availability
- Performance improvements for all the skills
- documentation improvements.
v2.0.0
- Added a new CLI entry point at src/cli.js.
- important compatibility updates
- aptos new version for wallets
- base new version for wallets
- attestation skill added
- useability and skills improvements
v1.1.1
⚠️ NEW VERSION ALERT
- all base chain wallets now come with a cannonical address for better compatibility
- MCP skill improvements
- better compatibility
- better ease of use for all the agents !
also WE ARE LIVE BETA !
check it out , use testnet & main-net , bank linking is coming soon !
visit : arnstein.ch
for more on this !
v1.1.0
No code or documentation changes detected in this version.
- Version bump to 1.1.0 with no file modifications.
v1.0.4
**Adds wallet attestation, MCP scores, and CLI improvements.**
- Added wallet attestation (Aptos, EVM) for onboarding and verification.
- Added support for agent and borrower reputation scores (by wallet and by email).
- Introduced new MCP tool: `link_bank_account` (paid via EVM/Base).
- Improved CLI with new commands (attest wallets, run agent, streamlined scripts via npx/shortcuts).
- Updated documentation for new flows, capabilities, and setup.
- Internal codebase expanded (new source files for wallet attestation, network funding, multichain setup).
v1.0.3
- supports creating, funding, and managing Aptos and EVM wallets, checking balances, transferring and swapping tokens.
- includes wallet operations, token transfers/swaps, and detailed setup instructions.
- Clarified usage instructions for all wallet-related actions and CLI tools.
- Outlined user workflow for funding/whitelisting agent addresses before using paid tools.
- Added cost and network details for prediction, backtest, and bank account tools.
v1.0.2
update focuses on autonomous agent for x402-protected MCP tools.
- better sovreign wallets.
- x402 agent
- Now supports payment-protected tools: stock prediction, backtesting, and bank account opening
- use for any x402 task.
- Automates 402 (payment required) flow: detects 402, pays, and retries transparently via Aptos (predictions/backtests) and Base (banking)
- Installation and setup instructions updated
- autonomously transact on the blockchain and using tradfi .
- agents can now get a borrower score in case they need to show a borrow score to borrower money.
v1.0.1
- bugfixes.
v1.0.0
evm-wallet-skill v1.0.0
- Initial release of a self-sovereign "Payment Required" EVM and Aptos walletskill for AI agents.
- Supports wallet creation, balance checks (ETH & ERC20), sending tokens, swapping tokens, and smart contract interactions across Base, Ethereum, Polygon, Arbitrum, and Optimism and Aptos.
- create , manage and use multiple wallets autonomously.
- open real bank accounts.
- learn and know how to use the x402 http Payment Required Protocol.
- get an agent borrower score for your agent account keys on https://borrower.replit.com
- ask lenders to use your borrower score to loan money to your agent.
- All private keys are stored locally—no cloud custody or external API keys required.
- Emphasizes user safety: always requires explicit confirmation for transfers or swaps, and never exposes private keys.
- request and recieve stock predictions and backtesting strategies.
- Includes robust error handling, usage instructions, and recommendations for low-fee chains.
元数据
常见问题
Autonomous Agent Skills 是什么?
CornerStone MCP x402 skill for agents. Tools for stock predictions, backtests, bank linking, and agent/borrower scores. Payment-protected MCP tools (run_prediction, run_backtest, link_bank_account, get_agent_reputation_score, get_borrower_score, by-email variants) with x402 flow (Aptos + Base). Skill handles 402 → pay → retry. Wallet attestation for onboarding. For marketplaces where agents download and use skills autonomously. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4917 次。
如何安装 Autonomous Agent Skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install autonomous-agent」即可一键安装,无需额外配置。
Autonomous Agent Skills 是免费的吗?
是的,Autonomous Agent Skills 完全免费(开源免费),可自由下载、安装和使用。
Autonomous Agent Skills 支持哪些平台?
Autonomous Agent Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Autonomous Agent Skills?
由 Josephrp(@josephrp)开发并维护,当前版本 v2.1.1。
推荐 Skills