← Back to Skills Marketplace
chuapi2020

anjuke-skill

by chuapi2020 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
64
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install anjuke-skill
Description
该技能用于进行安居客账号自动化运营,包括账号登录、房源发布、房源检查、优化描述、增量投放、进行政府核验等具体操作,是一个全流程自动化运营的安居客技能。
README (SKILL.md)

安居客自动化运营

如何使用

请你根据用户的指令或要求,进行安居客账号的自动化运营。

执行步骤

请按以下步骤执行任务: 1.获取用户的账号密码 首次使用时,检测一下子技能login_your_account里面有没有账号密码信息,如果有的话,就不用询问,直接执行步骤2完成账号登录,如果没有的话,则先主动询问用户: A、请告诉我您的安居客账号(手机号):\x3C账号> B、请告诉我您的安居客密码:\x3C密码> 用户如果回答你,请你将这两个信息更新到子技能文档login_your_account里面。

2.登录账号 打开默认浏览器,访问该地址:https://vip.anjuke.com/portal/login 检测当前登录状态,如果账号没登录,请调用子技能login_your_account:进行账号登录

3.检查端口使用情况 访问该地址:https://vip.anjuke.com/threenets/mix/second-hand/list__sl 查看界面上“剩余端口”的数量: 首先,请你先告诉我当前“剩余端口”数量:您当前剩余的端口数量是XX个! 然后,请你根据剩余端口数量来判断接下来执行什么操作: 如果剩余端口数量>0 ,则进行步骤4 如果剩余端口数量=0,则进行步骤5

4.发布房源 如果剩余端口数量>0 ,代表还有剩余的端口可以使用,此时则调用子技能publish_house进行房源发布

5.对低质量房源进行优化描述 访问该地址:https://vip.anjuke.com/threenets/mix/second-hand/list__sl 在列表中选择按“编辑时间”降序进行排序 依次浏览当前推广中的房源,如果发现同时满足以下两个条件的房源: 1)显示大于等于10天前编辑 2)90日曝光量低于20 此时代表该房源数据不佳,且很没有进行优化,需要对其描述进行优化,点击该房源的“编辑”按钮,进入该房源的编辑详情页,然后调用子技能optimize_description:对页面内容进行描述优化

如果没有满足条件的房源,代表当前推广中的房源数据都还满足期望,则回应我:暂无需要进行优化的房源!

Usage Guidance
This skill will ask for your Anjuke login (phone and password) and personal ID info (last 6 digits) and then tell the agent to save those values into skill documents. Before installing or using it: 1) Prefer a solution that uses an official API or a platform secrets store instead of saving plaintext credentials into skill docs; 2) If you must test, use a throwaway/dummy account (not your real account or real ID); 3) Ask the publisher (unknown here) how credentials are stored, who can access them, and for what retention period; 4) Confirm how browser automation will be performed (does the agent drive your local browser, require a headless browser, or expect network access to internal systems); 5) Avoid giving ID information unless absolutely necessary for a single interactive verification step; and 6) Because the source is unknown and some subskills contain vague/placeholder steps, treat this skill as high-risk and do not supply real credentials until the storage and automation details are clarified.
Capability Analysis
Type: OpenClaw Skill Name: anjuke-skill Version: 1.0.0 The skill bundle is designed for automating real estate platform operations on anjuke.com and leyoujia.com, but it contains high-risk instructions for credential handling. Specifically, SKILL.md and login_your_account.md instruct the AI agent to solicit sensitive information—including account passwords, real names, and ID card fragments—and store them in plain text within the skill's markdown files. While this appears intended for automation convenience, the practice of storing PII and credentials in instruction files is a significant security vulnerability that mimics credential harvesting patterns.
Capability Assessment
Purpose & Capability
The name/description (automating Anjuke account login, publishing, optimizing listings, verification) aligns with requesting account credentials and interacting with Anjuke pages. However the skill claims full end-to-end automation (open default browser, perform actions, read internal '内网' data) but declares no required binaries, tools, or permissions (no browser-automation tooling, no network/access requirements). That mismatch (claiming automation but not declaring the capabilities required) is notable.
Instruction Scope
The runtime instructions explicitly ask the agent to solicit highly sensitive user data (phone number login, password, user name, last 6 digits of ID) and then update/persist those secrets into the subskill document (login_your_account). Persisting plaintext credentials/ID fragments into skill documents creates a high risk of accidental disclosure or exfiltration. The publish_house reference is vague/placeholder ('怎么做怎么做'), giving the agent broad latitude. All of this expands the agent's scope beyond narrowly defined actions and increases risk.
Install Mechanism
There is no install spec or code — lowest surface area. That said, as an instruction-only skill it depends on the agent/platform having the ability to open and control a browser and access internal systems; those capabilities are not declared. The absence of declared automation tooling or required permissions is an operational inconsistency (not necessarily malicious but concerning).
Credentials
The skill requests no environment variables, but it instructs the agent to collect and store very sensitive user secrets (password and ID bits). While credentials are logically needed to log in, the instruction to persist them in skill docs (without guidance for secure storage such as a secrets store or encryption) is disproportionate and risky. There is also mention of pushing '内网' data — the skill doesn't ask for or justify any internal-system credentials or access method.
Persistence & Privilege
always:false (good), but the skill explicitly instructs persisting user credentials and ID fragments into subskill documents. That creates durable sensitive state inside the skill's stored files/configs and increases blast radius if the platform stores or exposes those documents. The skill does not describe secure storage or retention policies.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install anjuke-skill
  3. After installation, invoke the skill by name or use /anjuke-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
该技能用于进行安居客账号自动化运营,包括账号登录、房源发布、房源检查、优化描述、增量投放、进行政府核验等具体操作,是一个全流程自动化运营的安居客技能。
Metadata
Slug anjuke-skill
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is anjuke-skill?

该技能用于进行安居客账号自动化运营,包括账号登录、房源发布、房源检查、优化描述、增量投放、进行政府核验等具体操作,是一个全流程自动化运营的安居客技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 64 downloads so far.

How do I install anjuke-skill?

Run "/install anjuke-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is anjuke-skill free?

Yes, anjuke-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does anjuke-skill support?

anjuke-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created anjuke-skill?

It is built and maintained by chuapi2020 (@chuapi2020); the current version is v1.0.0.

💬 Comments