Registry and trust layer for AI agent skills
Project description
agentforge (CLI: forge)
Registry and trust layer for AI agent skills. This package provides the forge command so you can create, inspect, publish, and install skills from the terminal.
Install
pip install agentforge-cli
Use
From any directory:
forge init # scaffold a skill (skill.yaml + example code)
forge inspect # show permissions and risk for the skill here
forge publish # publish to the registry
forge search # list skills
forge install <slug> # record an install
Registry URL (what -r is for)
The registry is the backend API that stores and serves skills. When you deploy the AgentForge backend (e.g. on Render or Railway), you get a URL like https://agentforge-api.onrender.com. That URL is your registry URL.
forge publishsends your skill to that API so it appears on the website and inforge search.forge searchandforge installread from that same API.
If you don’t pass -r, the CLI defaults to http://localhost:8000 (your own API running on your machine). For the public registry, pass its URL:
# Example: your backend is at https://agentforge-api.onrender.com
forge publish -r https://agentforge-api.onrender.com
forge search -r https://agentforge-api.onrender.com
forge install send-email -r https://agentforge-api.onrender.com
So https://your-api.example.com in the docs is a placeholder for whatever your real backend URL is (e.g. from Render or Railway).
Links
- AgentForge — repo and docs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentforge_cli-0.1.0.tar.gz.
File metadata
- Download URL: agentforge_cli-0.1.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79525a69c6a5d0e2dd7c92f0974a21a3d02a715e9e0e3ed3f524357641cc7bee
|
|
| MD5 |
96f490011bbf1a49938c511c740276a2
|
|
| BLAKE2b-256 |
46a3166e3361b7734383b6a2b90731cfc0905fc9dc7026d9bbc905e8b4404387
|
File details
Details for the file agentforge_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agentforge_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8633f78145eae72bbee95d5de34c2a9c93f6e8fc3b31b97fc488696c77bd43e0
|
|
| MD5 |
9079419d44a85e45f9aaa6c0d04f10a9
|
|
| BLAKE2b-256 |
dcbfcc1fa71f944ef3adeacebb0e99b73a15fcd4b5fb42fa5021e80cfffda506
|