agent-job-secrets
Use to list or retrieve agent job secrets, API keys, and OAuth credentials (auto-refreshed). Trigger when the user mentions a secret/credential by name, or asks "what secrets are available", "get the X token", "fetch the Y API key", or when a previously-fetched credential stops working and needs to be re-fetched.
pinned to #33f032dupdated 2 weeks ago
Ask your AI client: “install skills/agent-job-secrets”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/agent-job-secretsmetahub onboarded this repo on the author's behalf.
If you own github.com/stephengpope/thepopebot on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
1,845
Last commit
2 weeks ago
Latest release
published
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.33f032d· 2 weeks ago
Documentation
41Description quality
50 words · 314 chars — "Use to list or retrieve agent job secrets, API keys, and OAuth credentials (auto…"
README is present and substantial
13,517 chars · 9 sections · 8 code blocks
Tags / topics declaredwarn
No manifest tags and no GitHub repo topics
Add tags to the manifest (or GitHub topics on the repo) so the registry's search and category filters surface this artifact.
README has usage / example sections
no labeled section but 8 code blocks document usage
Homepage / docs URL declared
https://skool.com/ai-architects
Release history
1- releasecurrent33f032dwarn2 weeks ago
Contents
Usage
# List available secret keys (fetches current list from server)
node skills/agent-job-secrets/agent-job-secrets.js list
# Get a secret value (OAuth credentials are auto-refreshed)
node skills/agent-job-secrets/agent-job-secrets.js get MY_CREDENTIALS
Notes
AGENT_JOB_TOKENandAPP_URLare injected automatically — no setup required.- Plain (non-OAuth) secrets are also available directly as env vars (e.g.
echo $MY_KEY). - OAuth credentials must be fetched via
get— they are not available as env vars. geton an OAuth credential refreshes it server-side and returns a fresh access token.- If a fetched credential stops working (expired token, 401 error), call
getagain to obtain a fresh one. listalways fetches from the server, so it reflects secrets added after the container started.
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/agent-job-secrets