openfort-xyz/agent-skills · Archived

openfort

Always use this skill when the user wants to explore Openfort documentation, browse SDK source code, or use Openfort MCP tools. This is the general-purpose Openfort platform skill — use it for documentation lookup, source code navigation, and CLI operations. For building with embedded wallets, use the openfort-embedded-wallet skill. For backend wallets, use the openfort-backend-wallets skill. Trigger on: "Openfort docs", "search Openfort", "Openfort source code", "openfort CLI", "MCP tools", "O…

First seen Feb 2, 2026

Installation

$ npx skills add openfort-xyz/agent-skills --skill openfort

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from openfort-xyz/agent-skills.

npx skills add openfort-xyz/agent-skills

Browse all from openfort-xyz/agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 2
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
LicenseMIT
More metadata
author
Openfort
version
1.0.0
homepage
https://openfort.io/docs
source
https://github.com/openfort-xyz/agent-skills

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,438 B
  • docs SUMMARY.md 577 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 74 installs

SKILL.md

Openfort

Skill for navigating Openfort documentation, browsing SDK source code, and executing platform operations via MCP tools.

⚠️ Test vs. live keys. Openfort has two isolated universes: test mode (test, testnet) and live mode (live, mainnet, real funds). Wallets/accounts created with test (dev) keys exist only on testnet and must never be used in production — go live with live keys and fresh wallets. See https://openfort.io/docs/configuration/api-keys.

Capabilities

  • Navigate Openfort documentation and SDKs
  • Browse source code for openfort-xyz/openfort-js (low level typescript library), openfort-xyz/openfort-react (React TypeScript SDK), openfort-xyz/react-native (React Native SDK), openfort-xyz/node (TypeScript Node SDK), openfort-xyz/openfort-csharp-unity (Unity SDK), openfort-xyz/swift-sdk (Swift SDK)
  • Access related libraries: viem, wagmi
  • Execute Openfort CLI commands via MCP tools

For MCP tool details, see references/mcp-tools.md.

Available Sources

  • openfort-xyz/openfort-js – Low level TypeScript SDK
  • openfort-xyz/openfort-react – React SDK
  • openfort-xyz/react-native – React Native SDK
  • openfort-xyz/cli – CLI
  • openfort-xyz/openfort-node – Node TypeScript SDK
  • openfort-xyz/swift-sdk – Swift SDK
  • openfort-xyz/openfort-csharp-unity – Unity SDK
  • wevm/viem – TypeScript Ethereum interface
  • wevm/wagmi – React hooks for Ethereum

Workflow

  1. Search docs first: Use mcpopenfort-docssearch_docs to find relevant documentation
  2. Read pages: Use mcpopenfort-docsread_page with the page path
  3. Explore source: Use mcpopenfort-docssearchsource or mcpopenfort-docsgetfile_tree to find implementations
  4. Read code: Use mcpopenfort-docsreadsourcefile to examine specific files

Key Concepts

  • Openfort Embedded Wallets: Give each user a wallet tied to your app with regular auth methods (EVM and Solana).
  • Openfort Backend Wallets: Running onchain AI agents or trading bots with programmatic control. Managing app-wide funds like fees and rewards. (EVM and Solana).
  • Fee Sponsorship: Sending transactions from wallets without requiring native chain tokens. Fully sponsor the transaction or charge custom tokens (e.g. stablecoins like USDT or USDC).
  • Policies: set of rules and conditions that must be fulfilled. Can be applied to both fee-sponsorship or backend wallet operations.