100x-profile
Set up and inspect 100x CLI credential profiles, choose the default profile, and select output modes. Use before private account workflows or when the user asks which 100x profile is active.
Works with
--- name: 100x-profile description: Set up and inspect 100x CLI credential profiles, choose the default profile, and select output modes. Use before private account workflows or when the user asks which 100x profile is active. license: MIT --- # 100x Profile Use this skill when the user needs to configure or inspect local `100x` CLI access. For write commands (in `100x-trade`), do not assume a profile — require the user to name one. For read commands (in `100x-account`), it is fine to fall back to the CLI's current default profile and tell the user which one resolved. ## Flow 1. Check the CLI is available when needed: ```bash 100x version ``` 2. Inspect configured profiles without exposing secrets: ```bash 100x profile current 100x profile list ``` 3. Show one profile only when the user names it: ```bash 100x profile show <profile> ``` 4. Add or update credentials only after the user asks to configure access: ```bash 100x profile add <profile> --client-id <client-id> ``` The CLI prompts for the secret. Do not ask the user to paste secrets into chat. 5. Switch the default profile only after the user asks: ```bash 100x profile use <profile> ``` ## Output Modes Use table output for humans. Use JSON when the next step needs structured data: ```bash 100x --json profile list 100x --json --jq '.[] | .name' profile list ``` For private account commands, if the user does not name a profile, use the CLI's current default profile and say that you are doing so. For trade or risk-changing commands, require an explicit profile in the user's confirmation.
More Performance skills
seo-audit
coreyhaines31/marketingskills
When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," "SEO health check," "my traffic dropped," "lost rankings," "not showing up in Google," "site isn't ranking," "Google update hit me," "page speed," "core web vitals," "crawl errors," or "indexing issues." Use this even if the user just says something vague like "my SEO is bad" or "help with SEO" — start with an audit. For building pages at scale to target keywords, see programmatic-seo. For adding structured data, see schema. For AI search optimization, see ai-seo.
competitor-profiling
coreyhaines31/marketingskills
When the user wants to research, profile, or analyze competitors from their URLs. Also use when the user mentions 'competitor profile,' 'competitor research,' 'competitor analysis,' 'profile this competitor,' 'analyze competitor,' 'competitive intelligence,' 'competitor deep dive,' 'who are my competitors,' 'competitor landscape,' 'competitor dossier,' 'competitive audit,' or 'research these competitors.' Input is a list of competitor URLs. Output is structured competitor profile markdown files. For creating comparison/alternative pages from profiles, see competitors. For sales-specific battle cards, see sales-enablement.
prospecting
coreyhaines31/marketingskills
When the user wants to find, qualify, and build a list of prospects to reach out to — across B2B SaaS, general B2B, or local small businesses. Also use when the user mentions "prospecting," "build a prospect list," "find prospects," "find leads," "lead gen list," "find SaaS companies that," "find B2B companies," "find local businesses," "ICP-fit accounts," "who should we go after," "outbound list," "target account list," "find clients near me," "businesses without websites," "prospect research," "qualified leads," "find my first customers," "early adopters," "design partners," "beta users," or "who has this problem." Use this for the list-building and qualification phase. For writing the outbound copy after the list is built, see cold-email. For deep competitive research on specific accounts, see competitor-profiling.

