Csctf

🌐Community
by dicklesworthstone · vlatest · Repository

Csctf analyzes text to identify potential security vulnerabilities and risks, aiding in proactive threat detection and mitigation.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add csctf npx -- -y @trustedskills/csctf
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "csctf": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/csctf"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The Csctf skill is a command-line tool that converts share links from ChatGPT, Gemini, Grok, and Claude into clean Markdown and HTML transcripts. It addresses issues encountered when manually copying these links, such as broken code formatting, lost language hints (syntax highlighting), messy filenames, and inconsistent output. The resulting files preserve code fences with syntax hinting, use stable and collision-proof filenames, and include a static HTML version ready for hosting or archiving.

When to use it

  • You want to save conversations from ChatGPT, Gemini, Grok, or Claude in a structured format (Markdown/HTML).
  • Copying and pasting share links results in lost code formatting or messy output.
  • You need to create a static archive of AI-generated content for sharing or documentation.
  • You want to quickly publish conversations as a simple website using GitHub Pages.

Key capabilities

  • Converts ChatGPT, Gemini, Grok, and Claude share links into Markdown and HTML transcripts.
  • Preserves code fences with syntax highlighting information.
  • Generates stable, collision-proof filenames (slugs).
  • Creates static HTML versions of conversations without JavaScript.
  • Supports one-command publishing to GitHub Pages.
  • Handles the special requirements for extracting content from Claude.ai by leveraging Chrome session cookies and remote debugging.

Example prompts

These are commands a user would run, not natural language prompts:

  • csctf https://chatgpt.com/share/69343092-91ac-800b-996c-7552461b9b70
  • csctf https://gemini.google.com/share/66d944b0e6b9
  • csctf https://grok.com/share/bGVnYWN5_d5329c61-f497-40b7-9472-c555fa71af9c

Tips & gotchas

  • For Claude.ai, Chrome must be installed and the user must be logged into claude.ai within their regular Chrome session.
  • The tool uses headless Chromium for ChatGPT, Gemini, and Grok; it relies on your Chrome session for Claude.
  • CSCTF retrieves content from public share links only.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
dicklesworthstone
Installs
32

🌐 Community

Passed automated security scans.