Skip to content

Commit afaa709

Browse files
committed
feat: add agentic primitives to SKILL.md frontmatter
Add trust tier, token budget hints, agent type constraints, state effects, failure modes, and skill dependency graph. Schema based on Claude Code architecture primitives.
1 parent edb41e8 commit afaa709

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

clawhub/SKILL.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,31 @@ metadata:
1515
package: social-alignment
1616
bins: []
1717
homepage: https://github.com/HumanjavaEnterprises/nostralignment.app.OC-python.src
18+
trust:
19+
tier: read_only
20+
justification: >-
21+
Pure evaluation — no side effects. Takes an action description and context,
22+
returns a severity projection. Never modifies data, never calls external
23+
services. Zero dependencies. STOP severity is code-enforced, not convention.
24+
budget:
25+
estimated_input_tokens: 300
26+
estimated_output_tokens: 400
27+
context_window_impact: low
28+
agents:
29+
allowed_agent_types: [explore, plan, verify, guide, general_purpose]
30+
recommended_for: verify
31+
state:
32+
creates_side_effects: false
33+
safe_to_retry: true
34+
requires_checkpoint: false
35+
failure:
36+
behavior: fallback
37+
fallback_description: >-
38+
If social-alignment is unavailable, the agent should default to cautious
39+
behavior — treat all mutating/financial actions as requiring operator approval.
40+
graph:
41+
depends_on: []
42+
enhances: [nostrwalletconnect, nostrsocial, nostrcalendar]
1843
---
1944

2045
# Social Alignment — Your Ethical Compass

0 commit comments

Comments
 (0)