Changelog

What's new in SkillPort

v1.3.0February 14, 2026

CLI 1.3.0 — Agent-Native

  • Structured JSON output (--json) on all 22 commands with stable schema_version envelope
  • New command: skillport plan — preview install changes before applying (Plan → Apply workflow for agents)
  • New command: skillport inspect — view metadata, security info, and quality score of any skill
  • New command: skillport suggest — get skill recommendations from the marketplace based on a task description
  • New commands: skillport replay, eval, feedback — execution tracing, quality evaluation, and feedback submission
  • Policy engine (.skillportrc) — declarative limits on agent operations (auto_install, requires_approval, allowed_hosts)
  • Provenance logging — complete audit trail in ~/.skillport/provenance.jsonl with agent detection
  • MCP Server expanded to 8 tools: added suggest_skills, inspect_skill, plan_install, check_policy
v1.2.0February 13, 2026

CLI 1.2.0 — Multi-Platform Support

  • New command: skillport convert — convert skills between OpenClaw and Claude Code formats with auto-detection
  • Lossless round-trip conversion with metadata comment preservation (--preserve-meta)
  • Install command now supports Claude Code: --project for project-local, --global for user-global installation
  • Platform filtering on Explore page and API (OpenClaw / Claude Code / Universal)
  • MCP server updated with platform-aware search and install commands
v1.1.0February 12, 2026

CLI 1.1.0

  • Stripe processing fees (~2.9% + $0.30) are now passed through to sellers, aligning with marketplace standards
  • Minimum price for paid skills set to $0.50 to ensure viable transactions
  • Updated pricing documentation and terms to reflect fee structure changes
v1.0.1February 11, 2026

CLI 1.0.1

  • Price editing for draft skills via Dashboard and CLI
  • New command: skillport manage <id> set-price <dollars>
  • PATCH /v1/skills/:id API endpoint for price updates
v1.0.0February 11, 2026

CLI 1.0.0

  • CLI reaches 1.0.0 — stable release on npm
  • Core commands: init, export, scan, sign, verify, install, dry-run, uninstall, login, publish, list, manage, whoami, doctor, keys register
  • Non-interactive mode (--yes) for all commands
  • Internationalization (EN/JA) and dark mode for the marketplace
  • SkillPort Market is now in open beta
v0.1.0February 10, 2026

Initial Release

  • SkillPort CLI — export, scan, sign, verify, install, publish
  • SkillPort Market — explore, search, and download skills
  • Security scanner with 5 detectors (secrets, dangerous code, PII, obfuscation, network)
  • Ed25519 cryptographic signatures and SHA-256 checksums
  • GitHub OAuth authentication
  • Stripe payments with Adaptive Pricing (global USD)
  • Stripe Connect for seller payouts
  • MCP Server for AI agent integration