← 返回 Skills 市场
Agentdevx Skill
作者
MD MAHMUDUL HASAN MIRAJ
· GitHub ↗
· v1.0.0
· MIT-0
45
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install agentdevx-skill
功能描述
Call any API securely from your agent — GitHub, Stripe, SendGrid and 40+ more. One Ed25519 identity, encrypted credential vault, full audit log.
使用说明 (SKILL.md)
AgentDevX Gateway
Give your agent hands. Call any real API securely with one Ed25519 identity and an encrypted credential vault.
Setup
- Sign up at https://agentdevx.onrender.com/signup
- Bootstrap your agent:
PUBLIC_KEY=$(openssl rand -hex 32)
curl -X POST https://agentdevx.onrender.com/agents/v1/bootstrap \
-H "Content-Type: application/json" \
-d "{\"name\":\"my-agent\",\"email\":\"[email protected]\",\"public_key\":\"$PUBLIC_KEY\"}"
- Export your token:
export AGENTDEVX_API_KEY=\x3Cyour_access_token>
What Your Agent Can Do
Call any tool
curl -X POST https://agentdevx.onrender.com/proxy/call \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $AGENTDEVX_API_KEY" \
-d '{"tool_name":"github-api","action":"getRepo","params":{"owner":"openai","repo":"openai-python"}}'
Discover tools
curl https://agentdevx.onrender.com/tools \
-H "Authorization: Bearer $AGENTDEVX_API_KEY"
Store secrets (AES-256-GCM encrypted)
curl -X POST https://agentdevx.onrender.com/credentials \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $AGENTDEVX_API_KEY" \
-d '{"provider_id":"stripe","type":"api_key","value":"sk_live_..."}'
Save agent memory
curl -X POST https://agentdevx.onrender.com/agents/me/memory \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $AGENTDEVX_API_KEY" \
-d '{"key":"last_task","value":"sent invoice to client"}'
Connect via MCP
{
"mcpServers": {
"agentdevx": {
"url": "https://agentdevx.onrender.com/mcp"
}
}
}
Available Tools
- github-api — repos, issues, search
- open-weather — current weather, forecasts
- exchange-rate — live currency conversion
- public-holidays — holidays by country/year
- jsonplaceholder — free REST test API
Real-time Streaming
curl -N https://agentdevx.onrender.com/stream/events \
-H "Authorization: Bearer $AGENTDEVX_API_KEY"
Pricing
- Free: 75,000 credits/month
- Starter: $8/month — 500 calls/day
- Pro: $12/month — 5,000 calls/day
- Scale: $29/month — unlimited
Links
安全使用建议
Install only if you are comfortable routing API requests, tool payloads, credentials, and saved memory through AgentDevX. Prefer test or least-privilege credentials, avoid regulated or unnecessary sensitive data, and review AgentDevX retention, deletion, and access-control policies before storing production secrets.
能力标签
能力评估
Purpose & Capability
The stated purpose is to let agents call third-party APIs through AgentDevX, store credentials, save memory, stream events, and connect by MCP; the documented curl examples match that purpose.
Instruction Scope
Instructions are user-directed examples with visible AgentDevX HTTPS endpoints and bearer-token authentication; they do encourage broad external API access and secret storage, so users should scope credentials carefully.
Install Mechanism
The artifact is a single non-executable SKILL.md requiring curl and an AGENTDEVX_API_KEY; no install scripts, package hooks, or automatic background setup were present.
Credentials
A hosted gateway reasonably requires an API token and network calls, but request parameters, credential values, and memory entries are shared with a third-party service.
Persistence & Privilege
Persistent hosted credential and memory storage is disclosed and purpose-aligned, but the skill does not document retention, deletion, or access-control details beyond encryption and audit-log claims.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agentdevx-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/agentdevx-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of agentdevx-gateway.
- Securely call 40+ APIs (GitHub, Stripe, SendGrid, etc.) with one agent identity.
- Features encrypted credential vault and full audit log.
- Supports tool discovery, secret storage, and agent memory.
- Real-time event streaming and MCP server connection.
- Free and paid pricing tiers available.
元数据
常见问题
Agentdevx Skill 是什么?
Call any API securely from your agent — GitHub, Stripe, SendGrid and 40+ more. One Ed25519 identity, encrypted credential vault, full audit log. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 45 次。
如何安装 Agentdevx Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agentdevx-skill」即可一键安装,无需额外配置。
Agentdevx Skill 是免费的吗?
是的,Agentdevx Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agentdevx Skill 支持哪些平台?
Agentdevx Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agentdevx Skill?
由 MD MAHMUDUL HASAN MIRAJ(@mirajmahmudul)开发并维护,当前版本 v1.0.0。
推荐 Skills