hktitan/poke-skills · Archived

poke-recipes

Build and publish Poke Recipes — shareable install bundles that combine onboarding context, a first message, required integrations, and a `poke.com/r/<code>` install link.

First seen May 3, 2026

Installation

$ npx skills add hktitan/poke-skills --skill poke-recipes

Summary

  • Build and publish Poke Recipes — shareable install bundles that combine onboarding context, a first message, required integrations, and a `poke.com/r/<code>` install link.
  • Use when the user asks to "make a Poke recipe", "share my Poke setup", "create an install link", "publish to poke.com/recipes", or wants to monetize a Poke workflow via payouts.

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 hktitan/poke-skills.

npx skills add hktitan/poke-skills

Browse all from hktitan/poke-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 6
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
LicenseMIT
More metadata
author
HKTITAN
version
1.0.0
graph
1

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,639 B
  • docs SUMMARY.md 371 B

History

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

SKILL.md

Poke Recipes — Map of Content

A Recipe is the shareable unit of Poke. It bundles: onboarding context, a prefilled first message, required integrations (MCP templates), and a public install link. Users hit the link, walk through auth, and are running your workflow in a minute.

For the broader platform context see [[../poke/references/overview]].

Concept

  • [[references/what-is-a-recipe]] — anatomy of a recipe; the four parts.
  • [[references/install-link]] — poke.com/r/<code> URLs and partner URLs.

Authoring

  • [[references/create-in-kitchen]] — create via the Kitchen UI.
  • [[references/create-via-cli]] — create via poke tunnel ... --recipe.
  • [[references/onboarding-context]] — what to write in onboarding + first message.
  • [[references/shared-credentials]] — when to enable shared creds vs require user auth.

Publish & monetize

  • [[references/publishing-payouts]] — publishing flow, payouts in Kitchen.

Sibling skills

  • [[../poke/SKILL]] — SDK / API.
  • [[../poke-mcp-tunnel/SKILL]] — required CLI when building a recipe locally.
  • [[../poke-integrations/SKILL]] — the integrations you reference from a recipe.