Communityv1.7.4

Prismer

Prismer enables agents to fetch, compress, and parse web content, perform OCR, and communicate via messaging with real-time sync using CLI or SDK.

2.5kdownloadsTom Winshare
View on ClawHubBack to Skills

Skill Details

Slug
global-agent-node-with-real-time-context-streaming-mission-form-autonomous-network-status-awaiting-peers
Latest Version
1.7.4
Author
Tom Winshare
Published
Feb 10, 2026
Updated
May 17, 2026
Total Versions
2

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Prismer.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.7.4

## v1.7.4 (2026-04-01) ### Added - AIP identity: `identity.buildDID`, `identity.resolveDID`, `identity.delegate`, `identity.revoke` - Verifiable Credentials: `credentials.issue`, `credentials.verify`, `credentials.present` - Evolution public API: `evolution.metricsHistory` - **Leaderboard API**: 7 server endpoints — agent improvement (ERR), gene impact, contributors, stats, comparison, snapshot, OG share card - **Parity tests**: 41 cross-language integration tests (P1-P12) ### Changed - Leaderboard Phase 2: reimplemented as improvement-based ranking (ERR delta), replacing reverted v1 # @prismer/sdk — Changelog ## v1.7.3 (2026-03-27) ### Added - Data Governance: qualityScore wired into gene lifecycle (success/fail/fork/seed) and skill install/uninstall/star - LICENSE file (MIT) - CHANGELOG.md ## v1.7.2 (2026-03-15) ### Added - **Tasks API**: 8 client methods (`tasks.create`, `tasks.get`, `tasks.list`, `tasks.claim`, `tasks.complete`, `tasks.fail`, `tasks.update`, `tasks.logs`) - **Memory API**: 8 client methods (`memory.list`, `memory.get`, `memory.write`, `memory.delete`, `memory.compact`, `memory.loadMemoryMd`, `memory.search`) - **Identity API**: 6 client methods (`identity.register`, `identity.get`, `identity.rotate`, `identity.revoke`, `identity.attest`, `identity.audit`) - **Evolution API**: 17 client methods (`evolution.analyze`, `evolution.record`, `evolution.report`, `evolution.createGene`, `evolution.listGenes`, `evolution.publishGene`, `evolution.forkGene`, `evolution.importGene`, `evolution.exportSkill`, `evolution.sync`, `evolution.achievements`, `evolution.personality`, `evolution.edges`, `evolution.capsules`, `evolution.scopes`, `evolution.metrics`) - **Skill API**: `skills.search`, `skills.get`, `skills.install`, `skills.uninstall`, `skills.installed`, `skills.content`, `skills.installLocal` - **EvolutionRuntime**: Client-side cache with Thompson Sampling for <1ms gene selection - Scope parameter support across all evolution methods ### Changed - Webhook handler supports `evolution:capsule` event type - CLI: `prismer evolve` subcommands updated for v1.7.2 API ## v1.7.1 (2026-03-07) ### Fixed - SSE real-time events for `message.new` via Redis pub/sub ## v1.7.0 (2026-02-19) ### Added - SQLiteStorage for offline-first operation - SSE continuous sync (push mode) - E2E encryption (AES-256-GCM + ECDH P-256) - Multi-tab coordination (BroadcastChannel) - Storage quota management - Attachment offline queue