Skip to content

Releases: oyi77/1ai-skills

v3.4.0

28 May 14:16

Choose a tag to compare

Self-Improving Agent Operating System Update

Changes

  • feat: v3.4.0 — 1282 skills, 11 new repos integrated, redesigned GitHub Pages
  • fix(pages): update skill count to 1270

Installation

npx skills add oyi77/1ai-skills@v3.4.0

npm install (alternative)

npm install 1ai-skills@v3.4.0

Stats

  • Total Skills: 1282 across 18 categories (see SKILLS.json)
  • Cybersecurity: 779 skills across 26 subdomains
  • Meta-Skills: 15 (auto-evolve, auto-improve, auto-learn)
  • CI Protected: gitleaks + validate.yml enforces secrets, frontmatter, and doc sync

v3.3.1

28 May 13:48

Choose a tag to compare

Self-Improving Agent Operating System Update

Changes

  • chore: bump to v3.3.1 for CI trusted publishing test
  • fix(release): add NODE_AUTH_TOKEN for npm OIDC trusted publishing
  • fix(release): use npm trusted publishing (OIDC) instead of token
  • fix(release): scan working tree only — full history has 312 historical false positives
  • feat: v3.3.0 — 1270 skills, free-for-dev + ECC integration, GitHub Pages, auto-publish
  • feat: cherry-pick 55 unique skills from stale restructured branch (1215 -> 1263)
  • ci(gitleaks): scan only origin/main history, not all branches
  • fix(gitleaks): use singular [allowlist] table syntax (8.24+ format)
  • ci(gitleaks): use direct gitleaks CLI instead of gitleaks-action
  • ci: add gitleaks scan to validate.yml + finalize allowlist
  • security: redact 6 leaked secrets + add gitleaks config
  • chore: bump to v3.2.0 — 1,215 skills, 779 cybersecurity
  • chore(ci): update validate step label (no longer 987)
  • feat: cherry-pick 228 master-only skills onto main (987 -> 1215)
  • fix(ci): make SKILLS.json deterministic by removing timestamp
  • fix: repair 113 broken SKILL.md + flatten trading/trading nesting
  • docs: add AGENTS.md to every tooling dir for layered navigation
  • ci: add scripts/validate-skills.py + GitHub Actions guardrail
  • chore: tidy root - remove empty .ci-trigger, move loose test to scripts/
  • docs: sync skill counts to truth (987 across 18 categories)
  • feat: add audit-skills.sh as source-of-truth + SKILLS.json catalog
  • chore: gitignore runtime artifacts and editor/OS files
  • feat: add 754 cybersecurity skills across 26 subdomains
  • ⚡ Bolt: Add SQLite indexes for frequently queried fields
  • ⚡ Bolt: [performance improvement] Optimize SQLite aggregation in cost_dashboard.py
  • feat: make hooks distribution-ready for open source
  • add hooks
  • chore: remove .omc/ from tracking (already gitignored)
  • chore: add .omc/ to .gitignore
  • feat: add auto-evolve system for self-improving skills
  • evolve: brain-search auto-improve (4 files) [2026-05-20 23:55:08]
  • evolve: brain-search auto-improve (97 files) [2026-05-20 23:54:13]
  • chore: trigger CI to verify frontmatter fixes
  • ci: trigger re-run to verify fixes
  • ci: trigger re-run to verify frontmatter fixes
  • ci: retrigger validation
  • fix: add missing YAML frontmatter to SKILL.md files
  • ⚡ Bolt: Optimize cache statistics queries
  • docs: add AGENTS.md for deepinit ecosystem hierarchy
  • ⚡ Bolt: Combine SQLite aggregation queries in gallery stats
  • feat(v3.2): Add 4 comprehensive skill suites + enhance existing trading/marketing skills
  • feat(ci): Add npmjs.com publish step to auto-release workflow.
  • chore: Add root package.json for npm publishing (v3.1.0)
  • docs: Add comprehensive v3.1 improvements summary.
  • docs: Add comprehensive v3.1 improvements summary.
  • docs(readme): Update README with 12 new financial skills summary.
  • feat(mcp): Add financial MCP server configs and README.
  • feat(financial): Add 12 missing financial skills from anthropics/financial-services comparison.
  • feat(financial): Add FINANCIAL_SERVICES_INDEX.md and link trading-checklist to all financial skills.
  • feat(v3.1): Standardize SKILL.md anatomy across all 216 skills
  • ⚡ Bolt: Optimize cache eviction queries
  • perf: replace sync time.sleep with asyncio.sleep in providers
  • security: finalize fix for hardcoded API keys and repository hygiene
  • security: fix hardcoded PostBridge API keys and improve secret management
  • refactor: narrow overly broad exception clauses in TikTok automation scripts
  • fix: resolve pydantic forward references in Polymarket models
  • 🧪 [testing improvement] Add unit tests for risk management logic in TradingPipeline
  • feat: add self-evolving system - find-skills, create-skills, auto-evolve meta-skills (v3.0)
  • docs: SEO/GEO/AEO optimized README + llms.txt for AI discoverability
  • ci: Add auto-release workflow for future tags
  • feat: Self-Improving Agent Operating System (9 meta-skills)
  • feat: +65 new skills - 204 total
  • feat: complete Phase 1 marketing assets
  • feat: add black-edge + enhanced skills from reference libraries
  • feat: marketplace submission manifests and updated README
  • fix: remove redundant nested skills
  • feat: unified skill ecosystem - 232 world-class skills
  • feat: add world-class personas to all 109 skills

Installation

npx skills add oyi77/1ai-skills@v3.3.1

npm install (alternative)

npm install 1ai-skills@v3.3.1

Stats

  • Total Skills: 1270 across 18 categories (see SKILLS.json)
  • Cybersecurity: 779 skills across 26 subdomains
  • Meta-Skills: 15 (auto-evolve, auto-improve, auto-learn)
  • CI Protected: gitleaks + validate.yml enforces secrets, frontmatter, and doc sync

v3.2.0

27 May 21:04

Choose a tag to compare

Self-Improving Agent Operating System Update — v3.2.0

1,215 production-ready AI agent skills. 779 cybersecurity skills across 26 subdomains. CI-protected with enforce frontmatter validation, uniqueness checks, and documentation sync.

Changes (46 commits since v3.1.0)

  • chore: bump to v3.2.0 — 1,215 skills, 779 cybersecurity
  • chore(ci): update validate step label (no longer 987)
  • feat: cherry-pick 228 master-only skills onto main (987 -> 1215)
  • fix(ci): make SKILLS.json deterministic by removing timestamp
  • fix: repair 113 broken SKILL.md + flatten trading/trading nesting
  • docs: add AGENTS.md to every tooling dir for layered navigation
  • ci: add scripts/validate-skills.py + GitHub Actions guardrail
  • chore: tidy root - remove empty .ci-trigger, move loose test to scripts/
  • docs: sync skill counts to truth (987 across 18 categories)
  • feat: add audit-skills.sh as source-of-truth + SKILLS.json catalog
  • chore: gitignore runtime artifacts and editor/OS files
  • feat: add 754 cybersecurity skills across 26 subdomains
  • ⚡ Bolt: Add SQLite indexes for frequently queried fields
  • ⚡ Bolt: [performance improvement] Optimize SQLite aggregation in cost_dashb...
  • feat: make hooks distribution-ready for open source
  • add hooks
  • chore: remove .omc/ from tracking (already gitignored)
  • chore: add .omc/ to .gitignore
  • feat: add auto-evolve system for self-improving skills
  • evolve: brain-search auto-improve (4 files) [2026-05-20 23:55:08]
  • evolve: brain-search auto-improve (97 files) [2026-05-20 23:54:13]
  • chore: trigger CI to verify frontmatter fixes
  • ci: trigger re-run to verify fixes
  • ci: trigger re-run to verify frontmatter fixes
  • ci: retrigger validation
  • fix: add missing YAML frontmatter to SKILL.md files
  • ⚡ Bolt: Optimize cache statistics queries
  • docs: add AGENTS.md for deepinit ecosystem hierarchy
  • ⚡ Bolt: Combine SQLite aggregation queries in gallery stats
  • feat(v3.2): Add 4 comprehensive skill suites + enhance existing trading/mar...
  • feat(ci): Add npmjs.com publish step to auto-release workflow.
  • chore: Add root package.json for npm publishing (v3.1.0)
  • docs: Add comprehensive v3.1 improvements summary.
  • docs: Add comprehensive v3.1 improvements summary.
  • docs(readme): Update README with 12 new financial skills summary.
  • feat(mcp): Add financial MCP server configs and README.
  • feat(financial): Add 12 missing financial skills from anthropics/financial-...
  • feat(financial): Add FINANCIAL_SERVICES_INDEX.md and link trading-checklist...
  • feat(v3.1): Standardize SKILL.md anatomy across all 216 skills
  • ⚡ Bolt: Optimize cache eviction queries
  • perf: replace sync time.sleep with asyncio.sleep in providers
  • security: finalize fix for hardcoded API keys and repository hygiene
  • security: fix hardcoded PostBridge API keys and improve secret management
  • refactor: narrow overly broad exception clauses in TikTok automation scripts
  • fix: resolve pydantic forward references in Polymarket models
  • 🧪 [testing improvement] Add unit tests for risk management logic in Trading...

Installation

npx skills add oyi77/1ai-skills@v3.2.0
npm install 1ai-skills@v3.2.0

Stats

  • Total Skills: 1,215 across 18 categories
  • Cybersecurity: 779 skills across 26 subdomains
  • Meta-Skills: 14 (auto-evolve, auto-improve, auto-learn)
  • CI Protected: validate.yml enforces frontmatter, uniqueness, and doc sync
  • Verified: 0 duplicate skill names, 0 unparseable files

v3.1.0

08 May 13:55

Choose a tag to compare

Self-Improving Agent Operating System Update

Changes

  • chore: Add root package.json for npm publishing (v3.1.0)

Installation

npx skills add oyi77/1ai-skills@v3.1.0

Stats

  • Total Skills: Check repo
  • Meta-Skills: 9 (auto-evolve, auto-improve, auto-learn)

v3.0.0 - Self-Evolving Agent System

04 May 17:34

Choose a tag to compare

🧬 Self-Evolving Agent System

What's New

Three new meta-skills that complete the self-evolving loop:

meta/find-skills (Ada Lovelace)

Intelligent skill discovery system — finds community skills when local skills don't cover a need.

  • 6-step: local check → search intent → community search → credibility scoring → safety validation → install

meta/create-skills (Grace Hopper)

Autonomous skill generation — creates new skills when no existing solution exists.

  • 6-step: gap analysis → requirements → template selection → TDD generation → quality validation → deploy

meta/auto-evolve (Charles Darwin)

Orchestrates all 12 meta-skills in a natural selection loop.

  • 7-step: monitor → identify opportunities → plan → find → create → validate+deploy → report+learn

The Complete Loop

Execute → Monitor → Collect → Recognize → Assess → Find → Create → Generate → Learn → Evolve → Repeat

Single install, then evolving forever.

Stats: 216 skills | 12 meta-skills | 16 categories

v2.0.0: Self-Improving Agent Operating System

04 May 13:42

Choose a tag to compare

🚀 Self-Improving Agent Operating System

9 Meta-Skills Added

Skill Purpose
meta/performance-monitor Track execution metrics, latency, success rates
meta/feedback-collector Multi-channel feedback aggregation
meta/self-assessment Skills evaluate their own capabilities
meta/improvement-generator Generate actionable improvement plans
meta/skill-evolution Version control & safe skill evolution
meta/auto-learner Autonomous learning from execution data
meta/pattern-recognition Identify success/failure patterns
meta/meta-orchestrator Coordinate all meta-skills
meta/data Centralized SQLite database

Capabilities Enabled

  • Auto-Evolve: Skills improve continuously via skill-evolution
  • Auto-Improve: Learning from execution data with auto-learner
  • Auto-Learn: Pattern recognition across 213 skills
  • Performance Tracking: Comprehensive metrics (latency, cost, satisfaction)
  • Feedback Loops: Multi-source learning (explicit, implicit, automated)
  • Safe Evolution: Version control with rollback capability

Stats

  • Total Skills: 213 (204 domain + 9 meta)
  • Categories: 16 (added meta/)
  • Database: 6 tables for metrics, feedback, patterns, versions

Usage

npx skills add oyi77/1ai-skills@v2.0.0

Connected Infrastructure

  • core/self-improvement
  • core/runtime-self-improvement
  • core/self-improving-agent
  • research/continuous-learning

Donation: https://www.tip.md/oyi77