Skip to content

Releases: tkhq/turnkey-agent-skills

Release list

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 19 May 03:54
d09fb81

1.0.0 (2026-05-19)

First stable release of the Turnkey skills bundle for AI coding agents. Provides nine API-first skills that teach an agent how to operate a Turnkey organization: provisioning agents, managing wallets, signing transactions on EVM/Solana/Bitcoin, writing policies, and auditing activities.

Compatible with Claude Code and other agent platforms that load skills as Markdown + frontmatter.

What's included

  • getting-started: verify credentials and create a first wallet
  • provisioning-agent: stand up a scoped agent with constrained credentials
  • managing-agent: debug denied transactions, rotate keys, update policies
  • managing-wallets: create wallets, derive addresses, add chains
  • managing-private-keys: standalone key management, import/export
  • managing-users: user creation, API key rotation, tags
  • managing-policies: access control, spending limits, allowlists
  • monitoring-activities: activity status, approvals, audit
  • signing-transactions: sign and broadcast on EVM, Solana, and Bitcoin

Each skill is a SKILL.md with YAML frontmatter, prose instructions, and JSON/code examples. Runnable TypeScript SDK demos live under examples/.

SemVer contract

This bundle follows Semantic Versioning. See the README for what's covered by the contract (skill names, frontmatter schema, documented example shapes) and what isn't (internal prose wording).

Getting started

Requires

  • TURNKEY_API_PUBLIC_KEY
  • TURNKEY_API_PRIVATE_KEY
  • TURNKEY_ORGANIZATION_ID

See .env.example for more credentials you may wish to use.