Skip to content

feat(printr): add printr plugin v0.16.0#447

Draft
alanrsoares wants to merge 1 commit into
okx:mainfrom
alanrsoares:feat/printr-plugin-v0.16.0
Draft

feat(printr): add printr plugin v0.16.0#447
alanrsoares wants to merge 1 commit into
okx:mainfrom
alanrsoares:feat/printr-plugin-v0.16.0

Conversation

@alanrsoares
Copy link
Copy Markdown

Summary

Add the Printr plugin — a cross-chain token launchpad built for holders.

The plugin lets an agent deploy, fund, stake, and graduate tokens on EVM chains and Solana through the Printr MCP server (@printr/mcp on npm, currently v0.16.0).

Plugin metadata

  • Name: printr
  • Category: defi-protocol
  • Risk level: standard — every transaction requires user confirmation (browser signer by default). Autonomous mode is opt-in via user-set env vars; never plugin-driven.
  • License: Apache-2.0
  • Source: PrintrFi/printr-mcp, pinned to commit 123eaa993166efb1a8ab44082cf61090c10bbae0

Files

  • skills/printr/plugin.yaml
  • skills/printr/.claude-plugin/plugin.json
  • skills/printr/SKILL.md (full command docs with Overview, Pre-flight Checks, Commands, Error Handling, Security Notices)
  • skills/printr/SUMMARY.md (Overview / Prerequisites / Quick Start)
  • skills/printr/LICENSE (Apache-2.0)

Compliance

  • No hardcoded private keys (env-var pattern + user-controlled keystore)
  • Source readable TypeScript, no obfuscation
  • No prompt-injection patterns in SKILL.md
  • All external API hosts declared in api_calls
  • Plugin name matches [a-z0-9-], no reserved okx- prefix
  • SPDX license file present

Notes

The default PRINTR_API_KEY shipped in the source repo is a documented public AI-integration key intended for testing. Production usage sets a partner key via env — called out in README.md and SKILL.md Security Notices.

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