Skip to content

Releases: Rankscale/Rankscale-GEO-Skill

v1.0.10: ClawhHub spec compliance and display name fix

27 Feb 23:31
9da1573

Choose a tag to compare

Changes

  • Metadata: Final ClawhHub spec compliance
    • name: Rankscale GEO Analytics (display name per spec)
    • description: (summary for registry)
    • Complete metadata.openclaw with all runtime requirements
    • primaryEnv: RANKSCALE_API_KEY
    • requires.env, requires.bins, requires.config
    • install specs, skillKey, emoji, homepage
  • Cleanup: Removed internal 'RS-Skill' nickname
  • API: All 6 endpoints verified and working
  • Security: Complete metadata consistency resolved

Ready for production on ClawhHub registry.

v1.0.9: Complete ClawhHub metadata spec compliance

27 Feb 23:12
096eaf1

Choose a tag to compare

Changes

  • Metadata: Complete SKILL.md frontmatter per ClawhHub spec
    • metadata.openclaw with all required fields
    • requires.env: [RANKSCALE_API_KEY]
    • requires.bins: [node]
    • requires.config: [.env]
    • primaryEnv: RANKSCALE_API_KEY
    • always: false
    • skillKey: rankscale
    • emoji: 📊
    • homepage: https://rankscale.ai
    • install specs for node dependency
  • API: All 6 endpoints verified (2 GET, 4 POST)
  • Security: No plaintext storage, .env with chmod 600
  • Canonical endpoint: https://rankscale.ai (no Cloud Functions)

ClawhHub metadata now complete and spec-compliant.