Back to Home
fcakyon icon

claude-codex-settings

Verified Safe

by fcakyon

Overview

A comprehensive toolkit and configuration for developing Claude Code plugins, integrating various external services and APIs, and enhancing AI-assisted coding workflows.

Installation

Run Command
claude

Environment Variables

  • ANTHROPIC_API_KEY
  • ANTHROPIC_BASE_URL
  • API_TOKEN
  • API_KEY
  • API_SECRET
  • AUTH_TOKEN
  • DATABASE_URL
  • DB_USER
  • DB_PASSWORD
  • WORKSPACE_ID
  • TAVILY_API_KEY
  • SLACK_BOT_TOKEN
  • SLACK_APP_TOKEN
  • SUPABASE_URL
  • SUPABASE_ANON_KEY
  • MONGO_URI
  • KUBECONFIG
  • GITHUB_TOKEN
  • K8S_NAMESPACE
  • TF_STATE_BUCKET
  • AWS_REGION
  • GITHUB_ORG
  • CLIENT_ID
  • CUSTOM_API_KEY

Security Notes

The repository demonstrates a high level of security awareness, particularly in plugin hooks designed to prevent dangerous shell commands (e.g., 'rm -rf', 'sudo'), path traversal, and writes to sensitive files (e.g., '.env'). It strongly advocates for using environment variables over hardcoding secrets and emphasizes HTTPS/WSS for network communication. A dedicated hook linter further checks scripts for common security pitfalls like unquoted variables. While the overall system relies on proper user configuration of API keys and permissions, the provided tools are designed with strong safeguards.

Similar Servers

Stats

Interest Score92
Security Score9
Cost ClassMedium
Avg Tokens3500
Stars353
Forks38
Last Update2026-01-14

Tags

Plugin DevelopmentAI ToolingClaude CodeOpenAI CodexDevOps