Skip to content

Rewrite README for discoverability + add 20 GitHub topics#33

Merged
ArchieIndian merged 26 commits intomainfrom
claude/festive-moore
Mar 15, 2026
Merged

Rewrite README for discoverability + add 20 GitHub topics#33
ArchieIndian merged 26 commits intomainfrom
claude/festive-moore

Conversation

@ArchieIndian
Copy link
Owner

Summary

  • Complete README rewrite optimized for GitHub search and discoverability
  • Added badges (skill count, security skills, cron scheduled, companion scripts, license)
  • New sections: comparison table vs alternatives, architecture diagram, use cases, defense-in-depth security overview
  • Leads with value proposition and searchable terms instead of implementation details
  • Set repo description with keyword-rich text
  • Added 20 GitHub topics: ai-agent, autonomous-agent, openclaw, llm, mcp, ai-tools, skills-framework, self-modifying-agent, cron-scheduling, ai-security, knowledge-graph, prompt-injection, agent-framework, machine-learning, ai-plugins, devtools, model-context-protocol, ai-automation, persistent-agent, llm-tools

Test plan

  • README renders correctly on GitHub
  • Badges display properly
  • All skill tables are complete and accurate (44 total)
  • Topics visible on repo page

🤖 Generated with Claude Code

ArchieIndian and others added 26 commits March 15, 2026 23:23
Runs 6 diagnostic checks per skill (YAML parse, required fields, path
conventions, cron format, stateful coherence, schema validity). Exits 1
when FAILs are present — suitable as a post-install gate in install.sh.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Detects INJECTION, CREDENTIAL, EXFILTRATION, DRIFT, and ORPHAN issues in
all installed skills. Maintains content baselines for drift detection.
Cron: Mondays 9am. Exits 1 on CRITICAL findings.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… publish

Scores a skill's description against should-fire/should-not-fire prompt
sets. Computes precision, recall, F1, and assigns a grade A–F. Exits 1
on grade C or lower, suitable as a pre-publish gate.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Defines and switches between curated skill subsets (loadouts). Ships
4 presets (minimal, coding, research, ops) and estimates token savings
per loadout vs. all-skills-active mode.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ties

Reads requires_openclaw + requires_features frontmatter fields and
compares against detected (or overridden) OpenClaw version. Ships
feature registry with 5 runtime capabilities and their introduction
versions.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add skill-doctor: diagnose silent skill discovery failures
…ecker

Add skill-compatibility-checker: detect version/feature incompatibilities
Add skill-loadout-manager: named skill profiles to prevent context bloat
Add skill-trigger-tester: validate description trigger quality
Add installed-skill-auditor: weekly post-install security audit
…erlap (#21)

Detects NAME_SHADOW (CRITICAL), EXACT_DUPLICATE (CRITICAL),
HIGH_OVERLAP (HIGH), and MEDIUM_OVERLAP (MEDIUM) conflicts between
installed skills using Jaccard similarity on description tokens.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
)

Tracks 30-day rolling spend and wall-clock time per scheduled skill.
Auto-pauses skills that exceed monthly/per-run budgets. Cron: every
hour. Supports manual pause/resume and per-skill budget overrides.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
…ipts (#23)

Detects OS_SPECIFIC_CALL, MISSING_BINARY, BREW_ONLY, PYTHON_IMPORT,
and HARDCODED_PATH issues in companion scripts. Cross-checks against
os_filter: frontmatter field. No external dependencies.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds 8 new integration-focused skills to the tables:
- Core: skill-trigger-tester, skill-conflict-detector, skill-portability-checker
- OpenClaw-native: skill-doctor, installed-skill-auditor, skill-loadout-manager,
  skill-compatibility-checker, heartbeat-governor

Expands security section from 3 to 5 skills (adds installed-skill-auditor,
skill-doctor). Updates companion script list and total skill counts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
)

Searches 5 subreddits (openclaw, LocalLLaMA, ClaudeAI, MachineLearning,
AIAgents) via Reddit's public JSON API. Scores candidates by upvotes,
comments, recurrence, and keyword density. Writes prioritized
PROPOSALS.md for review. Cron: every 3 days at 9am.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds community-skill-radar to the OpenClaw-Native table (24 skills),
updates companion script list with radar.py, bumps total to 40 skills.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Scans ~/.openclaw/ config files for plaintext API keys, tokens, and
world-readable permissions. Suggests environment variable migration.
Cron runs Sundays 9am. Companion script: audit.py with --scan,
--fix-permissions, --suggest-env, --status commands.

Inspired by OpenLobster's AES-GCM config encryption layer.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Scores skill descriptions for trigger quality across 5 dimensions:
clarity, specificity, keyword density, uniqueness, and length.
Grades A-F with concrete rewrite suggestions. Companion script:
optimize.py with --scan, --skill, --suggest, --compare, --status.

Inspired by OpenLobster's tool-description scoring layer.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Monitors MCP server connections for health, latency, and availability.
Probes stdio servers via JSON-RPC initialize and HTTP servers via GET.
Detects stale connections, timeouts, unreachable servers. Cron runs
every 6 hours. Companion script: check.py with --ping, --config,
--status, --history commands.

Inspired by OpenLobster's MCP connection health monitoring.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Add memory-graph-builder, config-encryption-auditor,
tool-description-optimizer, and mcp-health-checker to the
OpenClaw-Native table. Update security section to 6 skills.
Update companion scripts list.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
)

Parses flat MEMORY.md into nodes with categories, entities, and typed
relationships. Detects duplicates (Jaccard >0.7), contradictions, and
stale entries. Generates compressed memory digest saving 30-60% tokens.
Inspired by OpenLobster's Neo4j graph memory. Cron: nightly 10pm.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Restructured with SEO-rich opening, badges, comparison table,
architecture diagram, use cases section, and defense-in-depth
security overview. Leads with value proposition instead of
implementation details.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ArchieIndian ArchieIndian merged commit efcf529 into main Mar 15, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant