一键导入
plausible
Access Plausible Analytics for website traffic stats. Use when checking visitor counts, pageviews, top sources, and traffic trends across sites.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Access Plausible Analytics for website traffic stats. Use when checking visitor counts, pageviews, top sources, and traffic trends across sites.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Builds simple Three.js web apps with scene setup, lighting, geometry, materials, animation, and responsive rendering. Use when creating or prototyping 3D web scenes with modern Three.js (r150+).
Comprehensive guide for developing WebGPU-enabled Three.js applications using TSL (Three.js Shading Language). Covers WebGPU renderer setup, node materials, compute shaders, post-processing, and WGSL integration. Use when working with Three.js WebGPU, TSL shaders, or GPU compute pipelines.
Use when working with the 1Password CLI (`op` command) for secrets management, retrieving API keys, injecting secrets into development environments, or any task involving 1Password vault operations. Triggers on: "1password", "op command", "secrets management", "api keys from vault", "op run", "op read", "service account token".
Create algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use when users request generative art, algorithmic art, flow fields, or particle systems. Create original works rather than copying existing artists.
Helps users discover and install agent skills. Use when they ask "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities with installable skills.
A set of resources for writing internal communications in company-preferred formats. Use when asked to draft status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, or project updates.
| name | plausible |
| description | Access Plausible Analytics for website traffic stats. Use when checking visitor counts, pageviews, top sources, and traffic trends across sites. |
Privacy-focused analytics for my websites.
op://Jarvis/Plausible Analytics API/credentialhttps://plausible.io/api/v1curl -s "https://plausible.io/api/v1/stats/aggregate?site_id=SITE&period=30d&metrics=visitors,pageviews,bounce_rate,visit_duration" \
-H "Authorization: Bearer API_KEY"
curl -s "https://plausible.io/api/v1/stats/realtime/visitors?site_id=SITE" \
-H "Authorization: Bearer API_KEY"
curl -s "https://plausible.io/api/v1/stats/breakdown?site_id=SITE&period=30d&property=visit:source&metrics=visitors" \
-H "Authorization: Bearer API_KEY"
curl -s "https://plausible.io/api/v1/stats/breakdown?site_id=SITE&period=30d&property=event:page&metrics=visitors,pageviews" \
-H "Authorization: Bearer API_KEY"
day - Today7d - Last 7 days30d - Last 30 daysmonth - This month6mo - Last 6 months12mo - Last 12 monthsvisitors - Unique visitorspageviews - Total pageviewsbounce_rate - Bounce rate %visit_duration - Avg visit duration (seconds)visits - Total visits/sessionsvisit:source - Traffic sourcevisit:referrer - Full referrer URLvisit:country - Countryvisit:device - Device typevisit:browser - Browserevent:page - Page pathevent:goal - Goals/conversions