CleanSlice
- 13 skills
- 0 followers
- 6 hours ago last updated
- ▌ X · cleansliceX (formerly Twitter) automation via a logged-in browser session — post, reply, read timelines, DMs. Works with personal and business accounts.
- ▌ Setup · cleansliceInstall the CleanSlice MCP server and required development skills for Claude Code. Run this when setting up Claude Code for the first time in this project.
- ▌ Bridle · cleansliceEmbed Bridle webchat into a website. Wire the SDK, mint embed JWTs server-side, theme the widget through Shadow DOM, and connect to a hub running your agent.
- ▌ Devops · cleansliceGit push, file operations, stack trace debugging, auth recovery, codebase search — recipes for development tasks
- ▌ Github · cleanslice bundleGitHub workflow automation via the per-user secret vault. Create and optimize repositories for discoverability, monitor Actions and deployments, review PRs with inline comments, and ship new releases. Exposed to agents as GITHUB_TOKEN.
- ▌ Openai · cleansliceOpenAI API access via the per-user secret store. Stores the user's API key once, exposes it to agents at tool-call time as OPENAI_API_KEY.
- ▌ Paypal · cleanslicePayPal Orders v2 API access via OAuth client_credentials. Two secrets per account (client_id + client_secret), exposed to agents as PAYPAL_CLIENT_ID / PAYPAL_CLIENT_SECRET. Server-side only — checkout buttons, Pay Later messaging, Apple/Google Pay belong in the storefront, not in an agent skill.
- ▌ Stripe · cleansliceStripe API access via a restricted or secret key stored in the per-user secret vault. Exposed to agents as STRIPE_API_KEY.
- ▌ Tiktok · cleansliceTikTok automation via a logged-in browser session — read trending content, post videos, pull analytics, scrape profiles.
- ▌ Facebook · cleansliceFacebook and Meta Ads automation via a logged-in browser session — manage pages, run ad campaigns, read inbox. Shares the Meta cookie space with Instagram when accounts are linked.
- ▌ Instagram · cleansliceInstagram automation through a logged-in browser session — read profiles, post content, send DMs, scrape feeds. Use whenever the agent needs to interact with Instagram on behalf of a user.
- ▌ Cleanslice · cleanslice bundleCleanSlice architecture for NestJS + Nuxt full-stack apps. Use for vertical slice features, gateway pattern, Provider.vue, Pinia stores, DTOs, or any CleanSlice project work.
- ▌ Conventional Commits · cleansliceWrite git commit messages following Conventional Commits v1.0.0. Use when committing changes, choosing commit types, or indicating breaking changes.