AgentMarketMCP / SKILL 资产档案馆

目录 / Terradev

MCP 鉴权未知 未评级 已上架

Terradev

Terradev is a cross-cloud compute control plane for AI workloads, not just a provisioning wrapper. Combines quoting, provisioning, topology optimization, training orchestration, inference tuning, and cost analytics in one CLI, with an accelerated idempotent runtime underneath. Model agnostic. Dataset agnostic. GPU agnostic. Provider agnostic. The only thing Terradev is not agnostic about is correctness: it enforces topology, idempotency, and sequencing. 17 providers are available BYOAPI. Amazon Web Services, Microsoft Azure, Baseten, Crusoe Cloud, DigitalOcean, E2E Networks, Gcore, Google Cloud Platform, Hugging Face, Hyperstack, InferX, Latitude.sh, RunPod, SiliconFlow, TensorDock, Vast.ai, YottaLabs Go to one of them and get a token or secrets package. These are stored locally in your secrets vault that can be provisioned through the secrets command. *DISCLAIMER* Terradev is an Apache 2.0 open source tool, is BYOAPI, does not charge any markup, and does not have relationships with any providers. Implementers are responsible for what they put in payloads, Terradev doesn't log request content, only public metadata. Usage in production systems is at the implementer's risk.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://terradev--wolfendentheo.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "Terradev": {
      "url": "https://terradev--wolfendentheo.run.tools"
    }
  }
}

能力清单

工具说明
provision_gpuProvision GPU instances for optimal parallel efficiency
preflight_reportGenerate full preflight validation report with pass/warn/fail per check. Covers GPU drivers, CUDA, NCCL, RDMA, network, disk, and Docker.
preflight_gpu_checkGPU-specific preflight validation: NVIDIA drivers, CUDA version, GPU count, NCCL, NVLink topology, NCU stall-signature profiling, and adversarial config verification (V1-V3).
preflight_network_checkNetwork-specific preflight validation: RDMA availability, InfiniBand status, inter-node bandwidth, latency matrix, firewall rules.
local_scanScan local machine and network for available GPU devices. Returns total VRAM pool for local-first provisioning.
statusView all instances and costs with state optimization
manage_instanceManage GPU instances (stop/start/terminate)
analyticsGet cost analytics
optimizeFind cheaper alternatives for running instances
setup_providerGet setup instructions for a provider
configure_providerConfigure provider credentials
trainLaunch distributed training on provisioned GPU nodes. Supports torchrun, deepspeed, accelerate, and megatron. Use from_provision='latest' to auto-resolve node IPs from your last provision command.
preflightPre-training validation: GPU availability, NCCL, RDMA, drivers across all nodes.
stageCompress, chunk, checksum, and position datasets near compute. Supports local paths, S3/GCS URIs, HTTP URLs, and HuggingFace dataset names. Returns staging plan with agent recommendations.
upCLI-native provisioning with manifest cache and drift detection. Use --fix-drift to detect and auto-fix drifted infrastructure.
rollbackExplicit versioned rollback. Format: job@version (e.g., llama3@v3).
manifestsList cached manifests and versions for jobs.
run_workflowRun a declarative YAML workflow that chains multiple Terradev commands (provision → preflight → train → monitor → checkpoint). Returns step-by-step execution status with cost estimates and confirmation gates for expensive operations.
active_contextGet current Terradev state: running training jobs, active instances, spend-to-date, alerts. Call this on session start to resume context from previous sessions.
governance_request_consentRequest user consent for data movement across cloud regions. GDPR/SOC2 compliant consent tracking with audit trail.
governance_record_consentRecord a consent response (granted or denied) for a pending consent request.
governance_evaluate_opaEvaluate OPA (Open Policy Agent) policies for data access. Checks region restrictions, classification rules, and compliance requirements.
governance_move_dataMove data with full governance audit trail. Requires prior consent and OPA policy approval. Tracks integrity, encryption, and compliance.
governance_movement_historyGet data movement audit log. Filter by user, dataset, or time range.
governance_compliance_reportGenerate comprehensive compliance report: consent stats, policy evaluations, data movements, violations. For GDPR/SOC2/HIPAA audits.
inferx_deployDeploy model to InferX serverless platform
inferx_statusCheck InferX endpoint status
inferx_listList deployed InferX models
inferx_optimizeGet cost analysis for inference endpoints
inferx_configureConfigure InferX serverless platform credentials.
inferx_deleteDelete an InferX model deployment.
inferx_usageGet InferX account usage statistics: requests, cost, GPU hours, latency.
inferx_quoteGet InferX pricing quotes for a GPU type.
infer_routeSemantic-aware inference routing. Analyzes query content across 6 signal dimensions (modality, complexity, domain, language, safety, keywords), applies NUMA-aware endpoint scoring, and selects the optimal inference endpoint. Uses DAG parallel execution for signal extraction.
infer_route_disaggDisaggregated Prefill/Decode routing (DistServe architecture). Splits LLM inference into compute-bound prefill phase (routed to FLOPS-optimized GPUs like H100 SXM) and memory-bound decode phase (routed to bandwidth-optimized GPUs like MI300X). Tracks KV cache handoffs between endpoint pairs.
infer_failoverRun health checks and auto-failover for inference endpoints. If a primary endpoint is unhealthy and has a backup configured, traffic automatically shifts to the backup provider.
gpu_topologyGPU NUMA topology report with intra-GPU XCD (Accelerated Compute Die) awareness. Models MI300X (8 XCDs, 192GB HBM3), MI300A (6 XCDs, 128GB), H200 (unified 141GB HBM3e), H100 (80GB). Reports PCIe locality (PIX/PXB/PHB/SYS), GPU-NIC pairing, SR-IOV VF status, and generates XCD-aware NCCL/AITER environment variables.
vllm_startStart a vLLM inference server on a remote instance via SSH/systemd. Supports Multi-LoRA, Sleep Mode, KV Offloading, Speculative Decoding.
vllm_stopStop a vLLM server on a remote instance.
vllm_inferenceTest inference against a running vLLM endpoint (completions or chat).
vllm_infoGet vLLM server info: loaded models, config, and health status.
vllm_sleepPut a vLLM server to sleep. Level 1: offload to CPU (fast wake). Level 2: discard weights (minimal RAM).
vllm_wakeWake a sleeping vLLM server. For Level 2 sleep, also reloads weights and resets prefix cache.
sglangComplete SGLang optimization stack with workload-specific auto-tuning for 7 workload types: agentic chat, batch inference, low latency, MoE models, PD disaggregated, structured output, and RAG.
sglang_start[DEPRECATED] Use sglang action='start' instead. Start an SGLang inference server on a remote instance.
sglang_stop[DEPRECATED] Use sglang action='stop' instead. Stop an SGLang server on a remote instance.
sglang_inference[DEPRECATED] Use sglang action='inference' instead. Test inference against a running SGLang endpoint.
ollama_listList models available on an Ollama server.
ollama_pullPull a model to an Ollama server on a remote instance.
ollama_generateGenerate text using an Ollama model (non-chat completions).
ollama_chatChat with an Ollama model using the chat/completions API.
ollama_model_infoGet detailed information about an Ollama model (parameters, template, license).
vllm_auto_optimizeAutomatically optimize vLLM configuration by analyzing workload patterns. Selects optimal settings for the 6 critical knobs based on live endpoint metrics or sample request files.
vllm_analyzeAnalyze a running vLLM server's workload and return specific optimization recommendations with before/after comparisons.
vllm_benchmarkBenchmark a vLLM endpoint with concurrent requests. Returns throughput (req/s), success rate, and total latency.
ollama_psList currently running Ollama models.
langfuse_configureConfigure Langfuse credentials (public key, secret key, host URL).
langfuse_testTest Langfuse connectivity and list accessible projects.
langfuse_tracesList recent LLM traces from Langfuse.
langfuse_traceGet a single Langfuse trace with all observations/spans.
langfuse_scoresList evaluation scores from Langfuse, optionally filtered by trace or score name.
langfuse_scoreCreate an evaluation score for a Langfuse trace (e.g. quality, accuracy, relevance).
langfuse_datasetsList Langfuse datasets for evaluation and fine-tuning.
langfuse_export_training_dataExport Langfuse traces as instruction/response pairs for LoRA fine-tuning. Filters by quality score.
langfuse_qualityGet aggregated quality metrics from Langfuse scores for drift detection.
langfuse_otel_envPrint OTEL environment variables for instrumenting LLM apps to send traces to Langfuse.
langfuse_k8sGenerate Kubernetes deployment manifest for self-hosted Langfuse.
k8s_createCreate Kubernetes cluster with GPU nodes for optimal multi-cloud deployment
k8s_listList Kubernetes clusters
k8s_infoGet information about a specific cluster
k8s_destroyDestroy a Kubernetes cluster
helm_generateGenerate Helm charts from workload specifications.
kserve_generate_yamlGenerate a GPU-aware KServe InferenceService YAML manifest with NUMA pinning, resource limits derived from model size and VRAM, and topology hints.
kserve_listList KServe InferenceServices in a Kubernetes namespace.
kserve_statusGet detailed status of a KServe InferenceService including readiness, traffic split, and URL.
k8s_gpu_operator_installInstall NVIDIA GPU Operator on a Kubernetes cluster. Configures driver containers, device plugin, DCGM exporter, and GPU Feature Discovery.
k8s_device_pluginConfigure Kubernetes GPU device plugin settings: time-slicing, MIG strategy, and resource naming.
k8s_mig_configureConfigure Multi-Instance GPU (MIG) partitioning on A100/H100 GPUs. Splits a single GPU into isolated instances for multi-tenant workloads.
k8s_time_slicingConfigure GPU time-slicing for Kubernetes. Allows multiple pods to share a single GPU with configurable oversubscription.
hf_space_deployDeploy model to HuggingFace Spaces
hf_space_statusGet HuggingFace Space deployment status.
ray_statusGet Ray cluster status including node count, resources, memory, and running jobs.
ray_startStart a Ray cluster (head node or worker). For distributed ML training and inference.
ray_stopStop the Ray cluster on the current node.
ray_submit_jobSubmit a job script to the Ray cluster for distributed execution.
ray_list_jobsList all running Ray jobs and tasks.
ray_wide_ep_deployGenerate a Ray Serve LLM Wide-EP (Expert Parallel) deployment for MoE models. Returns Python script and config for distributed MoE serving with EPLB and DeepEP.
ray_disagg_pd_deployGenerate a Ray Serve LLM disaggregated Prefill/Decode deployment. Splits inference into compute-bound prefill and memory-bound decode phases with KV cache transfer via NIXL.
ray_parallelism_strategyCompute optimal TP/DP/EP parallelism strategy for a given MoE model and GPU count. Returns recommended configuration with rationale.
wandb_list_projectsList all Weights & Biases projects for the configured entity.
wandb_list_runsList runs in a W&B project with status, metrics summary, and config.
wandb_run_detailsGet detailed info, metrics, and artifacts for a specific W&B run.
mlflow_list_experimentsList MLflow experiments on the configured tracking server.
mlflow_log_runLog a Terradev training run to MLflow with auto-injected GPU type, provider, cost/hr, and duration as params.
mlflow_register_modelRegister a trained model in the MLflow model registry with Terradev provenance tags.
dvc_statusGet DVC repository status: tracked files, remotes, and changes since last commit.
dvc_diffShow DVC diff between two revisions (e.g. training checkpoints). Shows added, modified, deleted files.
dvc_stage_checkpointAtomic checkpoint staging: DVC add + push + git commit in one operation. Promotes a training checkpoint to versioned storage.
dvc_pushPush DVC-tracked data to the configured remote storage.
hf_list_modelsSearch and browse HuggingFace Hub models. Filter by author, task, library. Returns model ID, downloads, likes, and tags.
hf_list_datasetsSearch and browse HuggingFace Hub datasets. Filter by author and search query.
hf_model_infoGet detailed model info: architecture, size, downloads, license, tags, pipeline_tag, and model card.
hf_create_endpointCreate a HuggingFace Inference Endpoint (paid GPU endpoint). Supports custom GPU types, regions, and scaling.
hf_list_endpointsList all active HuggingFace Inference Endpoints with status, URL, and cost.
hf_endpoint_infoGet detailed info about a specific HuggingFace Inference Endpoint: status, URL, scaling config, cost.
hf_delete_endpointDelete a HuggingFace Inference Endpoint.
hf_endpoint_inferRun inference on a HuggingFace Inference Endpoint. Supports text generation, embeddings, and custom inputs.
hf_smart_templateAuto-generate an optimized deployment template for any HuggingFace model. Analyzes model size, architecture, and quantization to select optimal hardware and generate ready-to-deploy configs.
hf_hardware_recommendGet hardware recommendation with cost breakdown for any HuggingFace model. Returns optimal GPU type, estimated cost, and performance score.
hf_hardware_compareCompare all hardware options for a HuggingFace model. Returns side-by-side cost, performance, and compatibility analysis.
langchain_create_workflowCreate a LangChain workflow.
langchain_create_sglang_pipelineCreate an SGLang model-serving pipeline via LangChain. Connects LangChain agents to SGLang inference endpoints.
langgraph_create_workflowCreate a LangGraph stateful workflow with monitoring. Supports agent graphs, tool calling, and state persistence.
langgraph_orchestrator_workerCreate an orchestrator-worker pattern workflow in LangGraph. The orchestrator delegates tasks to specialized worker agents.
langgraph_evaluation_workflowCreate an evaluator-optimizer workflow in LangGraph. Generates outputs, evaluates quality, and iteratively improves.
langgraph_workflow_statusGet the status and metrics of a LangGraph workflow execution.
wandb_create_dashboardCreate a custom W&B dashboard with GPU metrics, training loss, and cost panels.
wandb_create_terradev_dashboardAuto-create a Terradev-specific W&B dashboard with GPU utilization, cost tracking, training metrics, and infrastructure panels.
wandb_create_reportCreate a W&B report with custom sections, charts, and narrative text.
wandb_create_terradev_reportAuto-generate a Terradev infrastructure report: GPU costs, provider comparison, training efficiency, and recommendations.
wandb_setup_alertsSet up custom W&B alerts for GPU metrics: cost thresholds, utilization drops, training anomalies.
wandb_create_terradev_alertsAuto-create standard Terradev alerts: GPU cost > budget, utilization < 50%, training loss spike, straggler detection.
wandb_dashboard_statusGet comprehensive W&B monitoring overview: dashboards, reports, alerts, active runs.
phoenix_testTest connection to Arize Phoenix server. Returns collector endpoint and project count.
phoenix_projectsList Phoenix projects (trace namespaces).
phoenix_spansList recent spans for a Phoenix project. Supports SpanQuery DSL filters like "span_kind == 'RETRIEVER'" or "status_code == 'ERROR'".
phoenix_traceView full execution tree for a specific trace ID. Shows span hierarchy, latencies, and token counts.
phoenix_otel_envGenerate OpenTelemetry environment variables for instrumenting serving pods with Phoenix tracing.
phoenix_snippetGenerate Python instrumentation snippet for adding Phoenix tracing to LLM applications.
phoenix_k8sGenerate Kubernetes deployment manifest for self-hosted Arize Phoenix server.
guardrails_testTest connection to NeMo Guardrails server.
guardrails_chatSend a message through NeMo Guardrails and return the safety-filtered response. Applies topical, jailbreak, PII, and factcheck rails.
guardrails_generate_configGenerate default Colang 2.x guardrails configuration files (topical, jailbreak, PII, factcheck rails).
guardrails_k8sGenerate Kubernetes deployment manifest for NeMo Guardrails server (standalone or sidecar mode).
qdrant_testTest connection to Qdrant vector database. Returns cluster info and collection count.
qdrant_collectionsList all Qdrant vector collections with their point counts and configurations.
qdrant_create_collectionCreate a Qdrant vector collection. Auto-configures vector dimensions from embedding model name.
qdrant_infoGet detailed info and stats for a Qdrant collection.
qdrant_countCount points (vectors) in a Qdrant collection.
qdrant_k8sGenerate Kubernetes StatefulSet manifest for self-hosted Qdrant vector database.
deepeval_runRun a DeepEval test suite from a Python test file.
deepeval_metricsList available DeepEval metrics for LLM evaluation.
deepeval_evaluateEvaluate a single LLM output with a DeepEval metric (AnswerRelevancy, Faithfulness, Hallucination, etc.).
deepeval_initGenerate a starter DeepEval test file.
egress_cheapest_routeFind the cheapest egress route between cloud providers/regions for model weights or dataset transfer. Supports multi-hop routing.
egress_optimize_stagingOptimize dataset or model staging across regions by finding the cheapest transfer plan. Integrates with the dataset stager for parallel uploads.
orchestrator_startStart the model orchestrator for multi-model GPU sharing with eviction policies.
orchestrator_registerRegister a model with the orchestrator.
orchestrator_loadLoad a model into GPU memory.
orchestrator_evictEvict a model from GPU memory.
orchestrator_statusGet orchestrator and model status including GPU memory utilization.
orchestrator_inferTest inference with a model via the orchestrator.
warm_pool_startStart the warm pool manager for intelligent model pre-warming. 5 strategies: traffic_based, time_based, priority_based, cost_optimized, latency_optimized.
warm_pool_statusGet warm pool status: hit rate, cold starts, memory saved, cost saved.
price_intelGPU price intelligence with quantitative analytics. Computes delta (rate of change), gamma (acceleration), and annualized realized volatility on GPU spot/on-demand prices across 21+ providers. Identifies cheapest time windows and provider arbitrage opportunities.
cost_analyzeDeep cost analysis of current GPU infrastructure: per-provider breakdown, utilization efficiency, waste identification, and optimization potential.
cost_optimize_recommendGenerate actionable cost optimization recommendations: spot migration, GPU right-sizing, provider arbitrage, idle shutdown, and density packing.
cost_simulateSimulate cost optimization scenarios with ROI projections. Compare current vs optimized infrastructure costs.
price_trendsGet GPU price trend analysis with delta (rate of change), gamma (acceleration), and annualized volatility. Identifies cheapest time windows.
price_spot_riskSpot instance risk assessment per provider. Returns interruption probability, mean time to interruption, and recommended mitigation.
moe_deployDeploy Mixture-of-Experts models with production-ready cluster templates. Auto-applies vLLM cost optimizations (KV cache offloading for up to 9x throughput, MTP speculative decoding for up to 2.8x speed, sleep mode for 18-200x faster restarts). Supports GLM-5, Qwen 3.5, Mistral Large 3, DeepSeek V4, Llama 5. Configures NVLink topology, tensor parallelism, FP8 quantization, vLLM/SGLang backends, and GPU-aware HPA autoscaling.
train_statusList all training jobs and their state (created, running, completed, failed).
train_monitorReal-time GPU monitoring for training jobs. Shows utilization, memory, temperature, power, and cost.
checkpoint_listList all checkpoints for a training job.
checkpoint_saveManually trigger a checkpoint save for a running training job.
train_stopStop a running training job. Kills training processes on all nodes in parallel.
train_resumeResume a training job from its latest checkpoint. Rebuilds config with topology revalidation.
checkpoint_restoreRestore a specific checkpoint for a training job.
checkpoint_promotePromote a checkpoint to a final model path for serving.
checkpoint_deleteDelete a checkpoint.
lora_listList LoRA adapters loaded on a running vLLM endpoint. Shows base models and hot-loaded fine-tuned adapters.
lora_addHot-load a LoRA adapter onto a running vLLM endpoint. The adapter becomes immediately available as a model name for inference requests. Uses vLLM's fused_moe_lora kernel for 454% higher output tokens/sec on MoE models.
lora_removeHot-unload a LoRA adapter from a running vLLM endpoint. Frees GPU memory for other adapters.
training_config_generateGenerate a complete training configuration from a declarative spec. Auto-detects framework, sets optimal parallelism, and configures distributed training.
training_launch_distributedFull distributed training launch with framework auto-detection, topology validation, and monitoring. Combines preflight + train + monitor in one operation.
train_snapshotGet complete training monitoring snapshot: GPU metrics (utilization, memory, temp, power), training metrics (loss, grad_norm, lr, throughput), straggler detection, and cost estimate.
train_detect_stragglersDetect straggler nodes in distributed training. Identifies GPUs with significantly lower utilization that slow the whole job.
agent_agentic_serving_configureConfigure agentic inference serving settings.
agent_agentic_serving_helm_valuesPrint Helm values for agentic inference deployment.
agent_agentic_serving_k8sPrint K8s deployment manifests for agentic inference.
agent_agentic_serving_launch_argsPrint engine launch arguments for copy-paste.
agent_agentic_serving_lmcache_envPrint LMCache environment variables.
agent_agentic_serving_show_configShow current agentic serving configuration.
agent_costShow real-time cost breakdown for a fleet by tier.
agent_deployProvision a heterogeneous agent fleet across all tiers simultaneously.
agent_langchain_create_langgraphCreate a LangGraph workflow.
agent_langchain_create_pipelineCreate an SGLang pipeline.
agent_langchain_create_workflowCreate a LangChain workflow.
agent_langchain_testTest connection to LangChain service.
agent_langgraph_create_workflowCreate a LangGraph workflow.
agent_langgraph_deployDeploy a workflow.
agent_langgraph_statusGet workflow status.
agent_langgraph_testTest connection to LangGraph service.
agent_letta_chatSend a message to a Letta agent.
agent_letta_createCreate a new stateful Letta agent.
agent_letta_deleteDelete a Letta agent.
agent_letta_listList Letta agents.
agent_letta_rememberTeach a Letta agent a durable fact.
agent_letta_statusShow the state of a Letta agent.
agent_mem0_addStore a memory in Mem0 for an agent or user.
agent_mem0_configureConfigure Mem0 credentials and defaults.
agent_mem0_deleteDelete a memory by ID.
agent_mem0_forgetDelete all memories matching an entity scope.
agent_mem0_getGet a single memory by ID.
agent_mem0_listList memories for an entity scope.
agent_mem0_searchSearch agent/user memories.
agent_mem0_testTest connection to Mem0.
agent_mem0_updateUpdate a memory by ID.
agent_listList all known agent fleets.
agent_planPlan a heterogeneous agent fleet without provisioning.
agent_scaleScale a single fleet tier up or down without affecting other tiers.
agent_skill_attachAttach a skill.md to a Letta agent as a durable memory block.
agent_skill_initCreate a skill.md template for an agent.
agent_statusShow live status of a fleet — tier health, KV hit rate, queue depth, cost.
agent_teardownTerminate all fleet instances and remove fleet state.
agent_vector_db_downTeardown a vector database provisioned for an agent fleet.
agent_vector_db_upProvision a vector database for an agent fleet.
ml_vllm_lora_linkLoad the active registry version of an adapter onto a vLLM server.
ml_vllm_lora_listList LoRA adapters currently loaded on a vLLM server.
ml_vllm_lora_loadHot-load a LoRA adapter onto a running vLLM server.
ml_vllm_lora_syncSynchronize an adapter from the registry across multiple vLLM replicas.
ml_vllm_lora_unloadHot-unload a LoRA adapter from a running vLLM server.
database_weaviate_create_collectionCreate a Weaviate collection.
database_weaviate_delete_collectionDelete a Weaviate collection.
database_weaviate_hybrid_searchHybrid vector + BM25 search in a Weaviate collection.
database_weaviate_insertInsert objects into a Weaviate collection.
database_weaviate_list_collectionsList Weaviate collections.
database_weaviate_queryVector similarity search in a Weaviate collection.
database_weaviate_upInitialize a Weaviate connection.
train_unsloth_runRun an Unsloth local model server.
train_unsloth_startStart a coding agent backed by Unsloth's local model server.
train_unsloth_stopStop a running Unsloth server started with `unsloth run`.
create_sqlite_connectionCreate a SQLite database connection with auto-table creation. Returns a connection ID for subsequent operations.
create_postgresql_connectionCreate a PostgreSQL database connection with auto-table creation. Returns a connection ID for subsequent operations.
query_databaseExecute a SELECT query on a database connection. Returns query results as a list of dictionaries.
upsert_databaseInsert or update data in a database table. Performs upsert operation (insert or update on conflict).
get_database_connectionGet information about a database connection including type, status, and configuration.
secrets_setStore a secret in the Terradev secrets store. Values are encrypted at rest.
secrets_getRetrieve a stored secret. By default the value is masked.
secrets_listList stored provider and key names. Values are never shown.
secrets_removeRemove a provider or a single key from the secret store.
secrets_syncImport TERRADEV_* environment variables into the secret store for supported cloud providers.
secrets_verifyCheck which providers are fully configured and which keys are missing.
secrets_envPrint environment-style export lines for a provider. By default values are masked.
secrets_runRun a shell command with secrets injected into the environment.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。