← 返回 Skills 市场
krishnakumarmahadevan-cmd

Automation Tester

作者 ToolWeb · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
103
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install automation-tester
功能描述
Professional automation testing career roadmap generation platform that creates personalized learning paths based on experience, skills, and career goals.
使用说明 (SKILL.md)

Overview

The Automation Tester Roadmap is a professional career development platform designed for QA engineers and automation testing professionals seeking structured guidance in their career progression. This API generates personalized roadmaps that align with individual experience levels, existing skill sets, and professional goals.

The platform leverages assessment data including current experience metrics, technical proficiencies, and career objectives to create tailored learning and development pathways. It serves QA teams, testing professionals, and training managers who need data-driven career progression frameworks within their organizations.

Ideal users include automation testing professionals at all levels, QA team leads planning skill development initiatives, training coordinators designing curriculum, and career coaches working with technical staff.

Usage

Sample Request

{
  "assessmentData": {
    "experience": {
      "yearsInTesting": 3,
      "toolsUsed": ["Selenium", "TestNG", "Jenkins"]
    },
    "skills": {
      "automationLevel": "intermediate",
      "programmingLanguages": ["Java", "Python"],
      "frameworkKnowledge": ["Page Object Model"]
    },
    "goals": {
      "targetRole": "Senior QA Automation Engineer",
      "timeframe": "18 months"
    },
    "sessionId": "sess_12345abc",
    "timestamp": "2024-01-15T10:30:00Z"
  },
  "sessionId": "sess_12345abc",
  "userId": 1001,
  "timestamp": "2024-01-15T10:30:00Z"
}

Sample Response

{
  "roadmapId": "roadmap_67890def",
  "userId": 1001,
  "generatedAt": "2024-01-15T10:30:15Z",
  "currentLevel": "intermediate",
  "targetLevel": "senior",
  "estimatedDuration": "18 months",
  "phases": [
    {
      "phase": 1,
      "title": "Advanced Framework Development",
      "duration": "6 months",
      "skills": [
        "API Testing",
        "Performance Testing",
        "CI/CD Integration"
      ],
      "resources": [
        "Advanced Selenium Patterns",
        "REST Assured Framework",
        "Docker & Containerization"
      ]
    },
    {
      "phase": 2,
      "title": "Leadership & Architecture",
      "duration": "6 months",
      "skills": [
        "Test Strategy",
        "Team Leadership",
        "Framework Architecture"
      ],
      "resources": [
        "Test Architecture Patterns",
        "Mentoring Best Practices",
        "Enterprise Testing Frameworks"
      ]
    },
    {
      "phase": 3,
      "title": "Specialization & Mastery",
      "duration": "6 months",
      "skills": [
        "Mobile Automation",
        "Cloud Testing",
        "Advanced Reporting"
      ],
      "resources": [
        "Appium Advanced",
        "Cross-platform Testing",
        "Custom Analytics"
      ]
    }
  ],
  "milestones": [
    {
      "month": 6,
      "milestone": "Complete API testing certification"
    },
    {
      "month": 12,
      "milestone": "Lead automation project with new framework"
    },
    {
      "month": 18,
      "milestone": "Achieve Senior QA Automation Engineer level"
    }
  ]
}

Endpoints

GET /

Summary: Root
Description: Root endpoint returning service information.

Parameters: None

Response: Empty JSON object {}


GET /health

Summary: Health Check
Description: Health check endpoint for monitoring service availability and status.

Parameters: None

Response: Service health status object


POST /api/automation/roadmap

Summary: Generate Roadmap
Description: Generate a personalized automation tester roadmap based on current assessment data, experience level, skills, and career goals.

Parameters:

Name Type Required Description
assessmentData AssessmentData object Yes Contains experience, skills, and goals with sessionId and timestamp
assessmentData.experience Object No Current experience metrics and background in testing
assessmentData.skills Object No Existing technical skills and competencies
assessmentData.goals Object No Career objectives and desired outcomes
assessmentData.sessionId String Yes Unique session identifier for assessment tracking
assessmentData.timestamp String Yes ISO 8601 formatted timestamp of assessment
sessionId String Yes Session identifier for the roadmap request
userId Integer or Null No Optional unique identifier for the user
timestamp String Yes ISO 8601 formatted timestamp of the request

Response Shape:

{
  "roadmapId": "string",
  "userId": "integer or null",
  "generatedAt": "string (ISO 8601)",
  "currentLevel": "string",
  "targetLevel": "string",
  "estimatedDuration": "string",
  "phases": [
    {
      "phase": "integer",
      "title": "string",
      "duration": "string",
      "skills": ["string"],
      "resources": ["string"]
    }
  ],
  "milestones": [
    {
      "month": "integer",
      "milestone": "string"
    }
  ]
}

Pricing

Plan Calls/Day Calls/Month Price
Free 5 50 Free
Developer 20 500 $39/mo
Professional 200 5,000 $99/mo
Enterprise 100,000 1,000,000 $299/mo

About

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

安全使用建议
This package reads like API documentation rather than a fully-configured skill. Before installing or using it, ask the author for: (1) the API base URL(s) the skill will call, (2) authentication requirements and how to supply credentials (API key, token), and (3) a privacy/security statement describing what user data is sent and stored. If you must test it, do so with non-sensitive/sample data in a sandbox. Prefer skills that explicitly declare required environment variables and server endpoints so you can verify where your data will go. If the author cannot justify why no auth is needed despite paid plans and external links, treat the skill as untrustworthy.
功能分析
Type: OpenClaw Skill Name: automation-tester Version: 1.0.0 The skill bundle is a legitimate API wrapper for an automation testing career roadmap generator. The documentation in SKILL.md and the API definitions in openapi.json are consistent with the stated purpose, and no evidence of data exfiltration, malicious execution, or prompt injection was found. The external links (toolweb.in and mkkpro.com) appear to be standard service endpoints for the developer.
能力评估
Purpose & Capability
The name/description and OpenAPI schema consistently describe a roadmap-generation API and sample request/response shapes, so the claimed capability aligns with the files present. However, the skill provides no server/base URL and no declared authentication even though pricing and external links imply a hosted, paid API—that omission reduces coherence.
Instruction Scope
SKILL.md is documentation-style and does not instruct the agent to read local files or secrets, which is good. But it references external domains (toolweb.in, portal.toolweb.in, a truncated Kong route) and does not tell the agent which endpoint to call or how to authenticate. The lack of concrete runtime instructions (base URL, auth headers, or how to obtain credentials) is an important gap and could hide assumptions about where data is sent.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk or automatically installed. That minimizes installation risk.
Credentials
The skill declares no required environment variables or credentials. Given the pricing tiers and references to an external API host, one would normally expect an API key or token to be required. The absence of declared credentials is disproportionate to the apparent purpose (a hosted API) and leaves unclear how calls would be authenticated or where data would be sent.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not claim to modify agent or system configuration. Normal autonomous invocation is allowed but not combined with other privilege escalations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install automation-tester
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /automation-tester 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Automation Tester Roadmap skill. - Provides a platform to generate personalized career roadmaps for automation testing professionals. - Accepts individual experience, skill, and career goals data to create structured learning paths. - Includes API endpoints for roadmap generation, health checks, and service info. - Offers detailed responses with learning phases, required skills, recommended resources, and career milestones. - Flexible pricing plans suitable for individuals and organizations.
元数据
Slug automation-tester
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Automation Tester 是什么?

Professional automation testing career roadmap generation platform that creates personalized learning paths based on experience, skills, and career goals. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。

如何安装 Automation Tester?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install automation-tester」即可一键安装,无需额外配置。

Automation Tester 是免费的吗?

是的,Automation Tester 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Automation Tester 支持哪些平台?

Automation Tester 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Automation Tester?

由 ToolWeb(@krishnakumarmahadevan-cmd)开发并维护,当前版本 v1.0.0。

💬 留言讨论