Parameter Recovery Checker

🌐Community
by haoxuanlithuai · vlatest · Repository

This tool verifies if critical parameters are correctly recovered after a process, ensuring data integrity and preventing errors.

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 parameter-recovery-checker npx -- -y @trustedskills/parameter-recovery-checker
2

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

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

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

About This Skill

What it does

The Parameter Recovery Checker skill analyzes text and attempts to recover parameters or values that were intentionally obscured or replaced with placeholders. It can identify patterns and relationships within the text to infer missing information, such as dates, names, or numerical data. This is useful for tasks like de-obfuscating reports or reconstructing incomplete datasets.

When to use it

  • De-anonymizing Data: Recovering identifying details from a dataset where personal information has been replaced with generic placeholders.
  • Reconstructing Reports: Filling in missing values or parameters within a partially completed report or document.
  • Analyzing Obfuscated Text: Understanding the underlying meaning of text that intentionally hides specific data points.
  • Data Validation: Checking if recovered parameters are consistent with expected ranges or formats.

Key capabilities

  • Parameter identification and recovery
  • Pattern recognition within text
  • Relationship inference between textual elements
  • Placeholder replacement

Example prompts

  • "Can you recover the dates mentioned in this report, which have been replaced with '[DATE]?'"
  • "This document has names replaced with '[NAME]'. Can you identify the likely individuals?"
  • “The values for [VALUE] are missing. Attempt to infer them based on surrounding context.”

Tips & gotchas

The accuracy of parameter recovery depends heavily on the clarity and consistency of the original text patterns. Complex or highly variable obfuscation methods may reduce the skill’s effectiveness.

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
haoxuanlithuai
Installs
4

🌐 Community

Passed automated security scans.