MCP HubMCP Hub
スキル一覧に戻る

web-cli-teleport

DNYoussef
更新日 Yesterday
81 閲覧
9
2
9
GitHubで表示
その他ai

について

このスキルは、同期された状態と認証情報を維持しながら、Webブラウザとコマンドラインインターフェースのタスク間をシームレスに切り替えることを可能にします。適切なルーティング、安全制約、再現可能なワークフローのための監査証跡を備えたコマンドの安全な実行を提供します。開発者は、ブラウザとターミナル環境間でアクションをミラーリングする必要がある場合や、CLI処理のためにWebアーティファクトを取得する場合にこれを使用すべきです。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/DNYoussef/context-cascade
Git クローン代替
git clone https://github.com/DNYoussef/context-cascade.git ~/.claude/skills/web-cli-teleport

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

L1 Improvement

  • Reframed the teleport skill with Prompt Architect clarity and Skill Forge guardrails.
  • Added explicit routing, safety constraints, and memory tagging.
  • Clarified output expectations and confidence ceilings.

STANDARD OPERATING PROCEDURE

Purpose

Bridge web and CLI tasks safely—execute commands, capture outputs, and synchronize state while respecting permissions and auditability.

Trigger Conditions

  • Positive: need to mirror actions between browser and terminal, fetch artifacts, or reproduce web steps in CLI.
  • Negative: high-risk admin operations without approvals; route to platform specialists.

Guardrails

  • Structure-first docs maintained (SKILL, README, process diagram).
  • Respect credential boundaries; never store secrets in outputs.
  • Enforce safety prompts for destructive commands; prefer dry-runs first.
  • Confidence ceilings on inferred states; cite observed outputs.
  • Memory tagging for session actions.

Execution Phases

  1. Intent & Scope – Define goal, environments, and constraints (read-only vs write, network limits).
  2. Context Sync – Capture current web state (URL, form data) and CLI state (cwd, env); note assumptions.
  3. Plan – Map steps across web/CLI; identify risky actions and mitigations.
  4. Execute – Perform actions with logging; use dry-run or safe flags; verify after each step.
  5. Validate – Confirm state convergence (files, configs, outputs); capture evidence.
  6. Deliver – Summarize actions, artifacts, and confidence line; store session memory.

Output Format

  • Goal, environments, actions taken (web + CLI) with evidence and timestamps.
  • Risks handled, remaining gaps, and next steps.
  • Memory namespace and confidence: X.XX (ceiling: TYPE Y.YY).

Validation Checklist

  • Permissions/credentials confirmed; secrets not logged.
  • Risky commands gated or dry-run first.
  • Web and CLI states reconciled; evidence captured.
  • Memory tagged; confidence ceiling declared.

Integration

  • Process: see web-cli-teleport-process.dot for flow.
  • Memory MCP: skills/tooling/web-cli-teleport/{project}/{timestamp} for session logs.
  • Hooks: follow Skill Forge latency bounds; abort on safety violations.

Confidence: 0.70 (ceiling: inference 0.70) – SOP aligned to Prompt Architect clarity and Skill Forge safeguards.

GitHub リポジトリ

DNYoussef/context-cascade
パス: skills/tooling/web-cli-teleport

関連スキル

evaluating-llms-harness

テスト

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

スキルを見る

sglang

メタ

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

スキルを見る

cloudflare-turnstile

メタ

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

スキルを見る

langchain

メタ

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

スキルを見る