返回顶部
a

agentcredsAgent凭证库

Agent-native secret vault with versioning, rotation, audit logs, and LangChain SDK.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 2.0.1
安全检测
已通过
137
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

agentcreds

技能名称: agentcreds
详细描述:

AgentCreds 保险库 🔐

为自主代理提供生产就绪的机密管理。支持版本控制、自动轮换、审计日志,以及集成LangChain的Python SDK。

✨ 功能特性

  • - CRUD + 版本控制: 存储/检索机密,保留完整历史记录
  • 自动轮换: 定时轮换凭证(AWS、OpenAI等)
  • 审计日志: 防篡改的所有访问日志记录
  • LangChain工具: 为代理工作流提供内置工具
  • Docker + Postgres + Redis: 生产级技术栈

📦 包含内容

  • - app/main.py — FastAPI应用程序
  • app/models.py — SQLAlchemy模型
  • app/routers/creds.py — REST API端点
  • app/workers/rotation.py — 后台轮换工作器
  • sdk/agentcreds/ — 包含LangChain工具的Python包
  • docker-compose.yml — 完整技术栈(API + 数据库 + Redis)
  • PRODUCTION.md — 部署指南
  • DEPLOYMENT.md — 快速入门

🛠️ 快速开始

bash
git clone https://github.com/wjs829/agentcreds-skill.git
cd agentcreds-skill/scripts
docker-compose up -d

API运行于 http://localhost:8000

SDK使用示例:
python
from agentcreds import AgentCreds
vault = AgentCreds(api_url=http://localhost:8000)
secret = vault.getsecret(openaikey)

📜 许可证

MIT — 详见LICENSE文件。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 agentcreds-1776032008 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 agentcreds-1776032008 技能

通过命令行安装

skillhub install agentcreds-1776032008

下载

⬇ 下载 agentcreds v2.0.1(免费)

文件大小: 34.44 KB | 发布时间: 2026-4-13 09:12

v2.0.1 最新 2026-4-13 09:12
- Added upgrade_url for easier access to upgrade or premium options.
- Updated version to 2.0.0 in metadata for accurate versioning.
- No changes made to features or functional code in this release.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部