party-skill

party-skill is a skill for Claude Code, Codex from TencentCloudBase/awesome-miniprogram-skills. It costs 22 tokens per session (470 once invoked), scanned A, original, MIT.

A group of capabilities for organising parties, including creating events, suggesting venues, inviting friends, and viewing event details.

In plain words
What is it for?
Use it to arrange a party, find suitable restaurants or entertainment venues, send invitations, or review the details and member status of an existing event.
Why use it?
It keeps party planning tasks in one flow and checks that required event information exists before each action.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/tencentcloudbase/awesome-miniprogram-skills/party-skill
Any agent
npx skills add TencentCloudBase/awesome-miniprogram-skills --skill party-skill
Clone the repo
git clone --depth 1 https://github.com/TencentCloudBase/awesome-miniprogram-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for party-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/tencentcloudbase/awesome-miniprogram-skills/party-skill.svg)](https://agentmods.dev/skills/tencentcloudbase/awesome-miniprogram-skills/party-skill)
Your own site
<a href="https://agentmods.dev/skills/tencentcloudbase/awesome-miniprogram-skills/party-skill"><img src="https://agentmods.dev/badge/skills/tencentcloudbase/awesome-miniprogram-skills/party-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 470 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00022 $0.00470
Opus 5 $0.00011 $0.00235
Sonnet 5 $0.00004 $0.00094
Haiku 4.5 $0.00002 $0.00047

Measured 6d ago against content hash 3485273f9fdb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

party-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

The scan reads SKILL.md. This mod also ships 12 executable files (apis/createParty.js, apis/getPartyDetails.js, apis/getRecommendations.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/party-skill/SKILL.md · 40 lines

What it actually says

聚会安排

创建聚会活动、获取聚会场地推荐、邀请朋友参加以及查看聚会详情的能力集合。

触发场景

用户原话举例(路由命中本技能):

  • "帮我组织一个聚会"
  • "周末想搞个生日趴"
  • "有什么适合聚会的地方推荐"
  • "推荐几个轰趴馆"
  • "帮我邀请朋友参加聚会"
  • "看看我的聚会详情"
  • "创建个周末聚餐活动"

不适用范围

  • 门店排队取号、线上点单、下单支付等诉求 → 不在本技能范围,由排队/点单技能处理
  • 地图导航、路线规划、打车出行等诉求 → 不在本技能范围
  • 历史订单、会员积分、优惠券等诉求 → 不在本技能范围

接口链路

  • createParty:创建聚会活动,填写聚会名称、日期、时间等基本信息。
  • getRecommendations:获取聚会场地推荐(餐厅/轰趴馆/KTV/户外等)。
  • inviteFriends:选择朋友并发起邀请。
  • getPartyDetails:查看聚会完整详情(包含成员状态)。

使用顺序

  • 创建聚会前需先确定聚会名称、日期和时间;缺少必要信息时引导用户补充。
  • 获取推荐前用户应没有明确场地;已有明确场地时不应再调用推荐。
  • 邀请朋友前需先有已创建的聚会;没有 partyId 时先创建聚会。
  • 查看聚会详情前需有有效 partyId;没有时先创建或选择聚会。
  • 所有已绑定组件的接口都应优先展示卡片,不要改成纯文本逐条展开。
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 40 lines · 22 tokens per session scan A 3485273f9fdb

Subscribe to this mod's changes

party-skill is a skill published in the GitHub repository TencentCloudBase/awesome-miniprogram-skills (35 stars, last pushed 2mo ago), licensed MIT. It adds 22 tokens to every session and 470 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

tech-stack-detective

Reverse-engineer a company's tech stack from public signals — job listings, StackShare, GitHub, engineering blog, and their live website. Use this skill when a user asks "what tech does Stripe use", "what's Linear's stack", "what does Notion run on", "reverse engineer [company]'s tech stack", "what framework does…

tinyfish-io/tinyfish-cookbook · 115 tokens

agent

Default browser automation agent — click, fill forms, navigate, log in, and extract structured data from any website using a natural-language goal, or run the same task across multiple sites in parallel. New users get 600 free automation credits to start; beyond that it draws on your plan's automation credits (unlike…

tinyfish-io/tinyfish-cookbook · 170 tokens

hr-onboarding

首周日程 + buddy + 学习路径 + 设备 + 完成标准.

nexu-io/html-anything · 21 tokens

gzh_article

公众号图文创作 / 推文 / 官方号文章 (official account article) — 端到端:选题→搜集→成文→配图→去AI化→公众号内联样式排版→交付/草稿箱。honors user persona & style memory.

mateaix/mateclaw · 66 tokens

weapp-vite-best-practices

面向采用 weapp-vite 项目布局仓库或已安装 weapp-vite 依赖项目的工程化实践手册,覆盖 vite.config.ts 的 weapp 配置、内置 i18n、自动路由、routeRules/layout、buildScope、自动导入组件、分包、npm、六平台单目标构建、受管 TypeScript、HMR、sourcemap、prepare、MCP、Web runtime、lib mode、worker、AI skills,以及与 weapp-ide-cli 的命令治理边界。.

weapp-vite/weapp-vite · 134 tokens

native-to-weapp-vite-wevu-migration

面向原生微信、支付宝、抖音等小程序渐进迁移到 weapp-vite + 原生 或继续升级到 weapp-vite + wevu + Vue SFC 的结构化工作流,覆盖六平台单目标构建、原生扩展名保留、Web 联调边界、路线选择、工具链接入、SFC 试点、响应式升级与可回滚验证。.

weapp-vite/weapp-vite · 106 tokens