Install
$ agentstack add skill-kernel8901-ai-agent-skills-classification-basecred ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
BaseCred — Onchain Reputation Queries
Prerequisites
- Package installed in workspace:
npm i basecred-sdk - API keys in workspace
.env:
`` TALENT_PROTOCOL_API_KEY= NEYNAR_API_KEY= # optional — enables Farcaster scoring `` Ethos Network requires no key.
Quick workflow
- Run the query script from the workspace:
``bash node /path/to/skills/basecred/scripts/query.mjs ` The script auto-locates node_modules/basecred-sdk and .env` by walking up from cwd. Run it with cwd set to the workspace.
- Parse the JSON output and present results to the user. Use the level tables in
references/output-schema.mdto translate raw scores into human-readable levels.
Presenting results
Summarize the three facets clearly:
- Ethos — score + credibility level + review sentiment + vouches. Flag
hasNegativeReviewsif true. - Talent Protocol — builder score/level + creator score/level. Note verified status.
- Farcaster — quality score (0–1) and whether it passes threshold.
- Recency —
recent/stale/dormant. Mention if stale or dormant as a caveat.
Highlight actionable signals: e.g. zero vouches on Ethos is an easy win, or a dormant Talent score that needs activity.
Reference
- Output schema + all level tables:
references/output-schema.md— read when you need to map scores → levels or explain the shape of a response.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Kernel8901
- Source: Kernel8901/ai-agent-skills-classification
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.